#20012B

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

Shades of Blackcurrant #20012B

Tints of Blackcurrant #20012B

Color information

#20012B (or 0x20012B) is unknown color: approx Blackcurrant. HEX triplet: 20, 01 and 2B. RGB value is (32,1,43). Sum of RGB (Red+Green+Blue) = 32+1+43=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #20012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20012B is #DFFED4. Grayscale: #0E0E0E. Windows color (decimal): -14679765 or 2818336. OLE color: 2818336.

HSL color Cylindrical-coordinate representation of color #20012B: hue angle of 284.29º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20012B is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB32143-
CMYK0.260.9800.83
HSL284.29º95.45%8.63%-
HSV(B)284.29º97.67%16.86%-
XYZ1.040.52.33-
YUV15.06143.77140.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.11%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 43 (17.19% from 255) = 56.58%
R=42.11%
G=1.32%
B=56.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal321430.260.9800.83284.2995.458.63
Hex2012B1A6205311c5f9
Octal4015332142012343413711
Binary10000011010111101011000100101001110001110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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