#400952

Color #400952 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #400952

Tints of Blackcurrant #400952

Color information

#400952 (or 0x400952) is unknown color: approx Blackcurrant. HEX triplet: 40, 09 and 52. RGB value is (64,9,82). Sum of RGB (Red+Green+Blue) = 64+9+82=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #400952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400952 is #BFF6AD. Grayscale: #212121. Windows color (decimal): -12580526 or 5376320. OLE color: 5376320.

HSL color Cylindrical-coordinate representation of color #400952: hue angle of 285.21º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400952 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB64982-
CMYK0.220.8900.68
HSL285.21º80.22%17.84%-
HSV(B)285.21º89.02%32.16%-
XYZ3.741.898.15-
YUV33.77155.22149.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 82 (32.42% from 255) = 52.90%
R=41.29%
G=5.81%
B=52.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal649820.220.8900.68285.2180.2217.84
Hex40952165904411d5012
Octal1001112226131010443512022
Binary10000001001101001010110101100101000100100011101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400952; }

 p { color: rgb(64,9,82); }

 H1.HeaderClassName
 {
   color: #400952;
 }
 .AnyTagClassName
 {
   color: #400952;
 }
</style>
background-color css

<style>
 a { background-color: #400952; }

 a { background-color: rgb(64,9,82); }

 div.DivClassName
 {
   background-color: #400952;
 }
 .BgClassName
 {
   background-color: #400952;
 }
</style>
border-color css

<style>
 span { border-color: #400952; }

 span { border-color: rgb(64,9,82); }

 td.TdClassName
 {
   border-color: #400952;
 }
 .TagClassName
 {
   border-color: #400952;
 }
</style>