#211B24

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

Shades of Blackcurrant #211B24

Tints of Blackcurrant #211B24

Color information

#211B24 (or 0x211B24) is unknown color: approx Blackcurrant. HEX triplet: 21, 1B and 24. RGB value is (33,27,36). Sum of RGB (Red+Green+Blue) = 33+27+36=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 36 - color contains mainly: blue. Hex color #211B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B24 is #DEE4DB. Grayscale: #1D1D1D. Windows color (decimal): -14607580 or 2366241. OLE color: 2366241.

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

Color convert

RGB332736-
CMYK0.080.2500.86
HSL280º14.29%12.35%-
HSV(B)280º25%14.12%-
XYZ1.341.231.84-
YUV29.82131.49130.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 27 (10.94% from 255) = 28.12%
BLUE value IS 36 (14.45% from 255) = 37.5%
R=34.38%
G=28.12%
B=37.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3327360.080.2500.8628014.2912.35
Hex211B24819056118ec
Octal413344103101264301614
Binary100001110111001001000110010101011010001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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