#211E24

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

Shades of Blackcurrant #211E24

Tints of Blackcurrant #211E24

Color information

#211E24 (or 0x211E24) is unknown color: approx Blackcurrant. HEX triplet: 21, 1E and 24. RGB value is (33,30,36). Sum of RGB (Red+Green+Blue) = 33+30+36=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 36 - color contains mainly: blue. Hex color #211E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E24 is #DEE1DB. Grayscale: #1F1F1F. Windows color (decimal): -14606812 or 2367009. OLE color: 2367009.

HSL color Cylindrical-coordinate representation of color #211E24: hue angle of 270º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #211E24 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB333036-
CMYK0.080.1700.86
HSL270º9.09%12.94%-
HSV(B)270º16.67%14.12%-
XYZ1.411.381.86-
YUV31.58130.49129.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.33%
GREEN value IS 30 (12.11% from 255) = 30.30%
BLUE value IS 36 (14.45% from 255) = 36.36%
R=33.33%
G=30.30%
B=36.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3330360.080.1700.862709.0912.94
Hex211E2481105610e9d
Octal413644102101264161115
Binary100001111101001001000100010101011010000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211E24; }

 p { color: rgb(33,30,36); }

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

<style>
 a { background-color: #211E24; }

 a { background-color: rgb(33,30,36); }

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

<style>
 span { border-color: #211E24; }

 span { border-color: rgb(33,30,36); }

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