#20052A

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

Shades of Blackcurrant #20052A

Tints of Blackcurrant #20052A

Color information

#20052A (or 0x20052A) is unknown color: approx Blackcurrant. HEX triplet: 20, 05 and 2A. RGB value is (32,5,42). Sum of RGB (Red+Green+Blue) = 32+5+42=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 42 (16.80% from 255 or 53.16% from 79); Max value from RGB is 42 - color contains mainly: blue. Hex color #20052A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20052A is #DFFAD5. Grayscale: #111111. Windows color (decimal): -14678742 or 2753824. OLE color: 2753824.

HSL color Cylindrical-coordinate representation of color #20052A: hue angle of 283.78º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20052A is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB32542-
CMYK0.240.8800.84
HSL283.78º78.72%9.22%-
HSV(B)283.78º88.1%16.47%-
XYZ1.070.582.25-
YUV17.29141.95138.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40.51%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 42 (16.80% from 255) = 53.16%
R=40.51%
G=6.33%
B=53.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal325420.240.8800.84283.7878.729.22
Hex2052A185805411c4f9
Octal4055230130012443411711
Binary1000001011010101100010110000101010010001110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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