#20052C

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

Shades of Blackcurrant #20052C

Tints of Blackcurrant #20052C

Color information

#20052C (or 0x20052C) is unknown color: approx Blackcurrant. HEX triplet: 20, 05 and 2C. RGB value is (32,5,44). Sum of RGB (Red+Green+Blue) = 32+5+44=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #20052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20052C is #DFFAD3. Grayscale: #111111. Windows color (decimal): -14678740 or 2884896. OLE color: 2884896.

HSL color Cylindrical-coordinate representation of color #20052C: hue angle of 281.54º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20052C is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB32544-
CMYK0.270.8900.83
HSL281.54º79.59%9.61%-
HSV(B)281.54º88.64%17.25%-
XYZ1.10.62.44-
YUV17.52142.95138.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.51%
GREEN value IS 5 (2.34% from 255) = 6.17%
BLUE value IS 44 (17.58% from 255) = 54.32%
R=39.51%
G=6.17%
B=54.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal325440.270.8900.83281.5479.599.61
Hex2052C1B5905311a50a
Octal4055433131012343212012
Binary1000001011011001101110110010101001110001101010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20052C; }

 p { color: rgb(32,5,44); }

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

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

 a { background-color: rgb(32,5,44); }

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

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

 span { border-color: rgb(32,5,44); }

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