#21112E

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

Shades of Blackcurrant #21112E

Tints of Blackcurrant #21112E

Color information

#21112E (or 0x21112E) is unknown color: approx Blackcurrant. HEX triplet: 21, 11 and 2E. RGB value is (33,17,46). Sum of RGB (Red+Green+Blue) = 33+17+46=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: blue. Hex color #21112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21112E is #DEEED1. Grayscale: #181818. Windows color (decimal): -14610130 or 3019041. OLE color: 3019041.

HSL color Cylindrical-coordinate representation of color #21112E: hue angle of 273.1º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21112E is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB331746-
CMYK0.280.6300.82
HSL273.1º46.03%12.35%-
HSV(B)273.1º63.04%18.04%-
XYZ1.320.922.69-
YUV25.09139.8133.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 17 (7.03% from 255) = 17.71%
BLUE value IS 46 (18.36% from 255) = 47.92%
R=34.38%
G=17.71%
B=47.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3317460.280.6300.82273.146.0312.35
Hex21112E1C3F0521112ec
Octal412156347701224215614
Binary1000011000110111011100111111010100101000100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21112E; }

 p { color: rgb(33,17,46); }

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

<style>
 a { background-color: #21112E; }

 a { background-color: rgb(33,17,46); }

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

<style>
 span { border-color: #21112E; }

 span { border-color: rgb(33,17,46); }

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