#20012A

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

Shades of Blackcurrant #20012A

Tints of Blackcurrant #20012A

Color information

#20012A (or 0x20012A) is unknown color: approx Blackcurrant. HEX triplet: 20, 01 and 2A. RGB value is (32,1,42). Sum of RGB (Red+Green+Blue) = 32+1+42=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #20012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20012A is #DFFED5. Grayscale: #0E0E0E. Windows color (decimal): -14679766 or 2752800. OLE color: 2752800.

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

Color convert

RGB32142-
CMYK0.240.9800.84
HSL285.37º95.35%8.43%-
HSV(B)285.37º97.62%16.47%-
XYZ1.020.52.23-
YUV14.94143.27140.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.67%
GREEN value IS 1 (0.78% from 255) = 1.33%
BLUE value IS 42 (16.80% from 255) = 56%
R=42.67%
G=1.33%
B=56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal321420.240.9800.84285.3795.358.43
Hex2012A186205411d5f8
Octal4015230142012443513710
Binary10000011010101100011000100101010010001110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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