#211D24

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

Shades of Blackcurrant #211D24

Tints of Blackcurrant #211D24

Color information

#211D24 (or 0x211D24) is unknown color: approx Blackcurrant. HEX triplet: 21, 1D and 24. RGB value is (33,29,36). Sum of RGB (Red+Green+Blue) = 33+29+36=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 36 - color contains mainly: blue. Hex color #211D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D24 is #DEE2DB. Grayscale: #1E1E1E. Windows color (decimal): -14607068 or 2366753. OLE color: 2366753.

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

Color convert

RGB332936-
CMYK0.080.1900.86
HSL274.29º10.77%12.75%-
HSV(B)274.29º19.44%14.12%-
XYZ1.391.331.85-
YUV30.99130.83129.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.67%
GREEN value IS 29 (11.72% from 255) = 29.59%
BLUE value IS 36 (14.45% from 255) = 36.73%
R=33.67%
G=29.59%
B=36.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3329360.080.1900.86274.2910.7712.75
Hex211D24813056112bd
Octal413544102301264221315
Binary100001111011001001000100110101011010001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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