#20004B

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

Shades of Blackcurrant #20004B

Tints of Blackcurrant #20004B

Color information

#20004B (or 0x20004B) is unknown color: approx Blackcurrant. HEX triplet: 20, 00 and 4B. RGB value is (32,0,75). Sum of RGB (Red+Green+Blue) = 32+0+75=107 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.91% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #20004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20004B is #DFFFB4. Grayscale: #111111. Windows color (decimal): -14679989 or 4915232. OLE color: 4915232.

HSL color Cylindrical-coordinate representation of color #20004B: hue angle of 265.6º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20004B is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB32075-
CMYK0.57100.71
HSL265.6º100%14.71%-
HSV(B)265.6º100%29.41%-
XYZ1.870.826.72-
YUV18.12160.1137.9-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 29.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 70.09%
R=29.91%
G=0%
B=70.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal320750.57100.71265.610014.71
Hex2004B396404710a64f
Octal40011371144010741214417
Binary1000000100101111100111001000100011110000101011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20004B; }

 p { color: rgb(32,0,75); }

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

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

 a { background-color: rgb(32,0,75); }

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

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

 span { border-color: rgb(32,0,75); }

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