#21012B

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

Shades of Blackcurrant #21012B

Tints of Blackcurrant #21012B

Color information

#21012B (or 0x21012B) is unknown color: approx Blackcurrant. HEX triplet: 21, 01 and 2B. RGB value is (33,1,43). Sum of RGB (Red+Green+Blue) = 33+1+43=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #21012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21012B is #DEFED4. Grayscale: #0F0F0F. Windows color (decimal): -14614229 or 2818337. OLE color: 2818337.

HSL color Cylindrical-coordinate representation of color #21012B: hue angle of 285.71º 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 #21012B is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB33143-
CMYK0.230.9800.83
HSL285.71º95.45%8.63%-
HSV(B)285.71º97.67%16.86%-
XYZ1.070.522.33-
YUV15.36143.6140.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.86%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 43 (17.19% from 255) = 55.84%
R=42.86%
G=1.30%
B=55.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal331430.230.9800.83285.7195.458.63
Hex2112B176205311e5f9
Octal4115327142012343613711
Binary10000111010111011111000100101001110001111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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