Html Css Color HEX #211B24 Blackcurrant

📋 copy color: '#211B24'

red 33 ◦ green 27 ◦ blue 36

#211B24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #211B24

Tints of Blackcurrant #211B24

RGB

 RED value IS 33 (13.28% from 255) = 34.38%

 GREEN value IS 27 (10.94% from 255) = 28.13%

 BLUE value IS 36 (14.45% from 255) = 37.5%

R = 34.38%
G = 28.13%
B = 37.5%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#211B24 (or 0x211B24) is known color: 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

RGB 33 27 36 -
CMYK 0.08 0.25 0 0.86
HSL 280º 0.14% 0.12% -
HSV(B) 280º 0.25% 0.14% -
XYZ 1.34 1.23 1.84 -
YUV 29.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 33 27 36 0.08 0.25 0 0.86 280 0.14 0.12
Hex 21 1B 24 8 19 0 56 118 E C
Octal 41 33 44 10 31 0 126 430 16 14
Binary 100001 11011 100100 1000 11001 0 1010110 100011000 1110 1100

Color Harmonies of #211B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211B24

Black with #211B24

Text Example


Text Example

White with #211B24

Text Example


Text Example

HTML Codes & Css Web 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>