Html Css Color HEX #211D19 Bokara Grey

📋 copy color: '#211D19'

red 33 ◦ green 29 ◦ blue 25

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

Shades of Bokara Grey #211D19

Tints of Bokara Grey #211D19

RGB

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

 GREEN value IS 29 (11.72% from 255) = 33.33%

 BLUE value IS 25 (10.16% from 255) = 28.74%

R = 37.93%
G = 33.33%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.87

RGB Variations

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

Color information

#211D19 (or 0x211D19) is known color: Bokara Grey. HEX triplet: 21, 1D and 19. RGB value is (33,29,25). Sum of RGB (Red+Green+Blue) = 33+29+25=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 33 - color contains mainly: red. Hex color #211D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211D19 is #DEE2E6. Grayscale: #1D1D1D. Windows color (decimal): -14607079 or 1645857. OLE color: 1645857.

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

Color convert

RGB 33 29 25 -
CMYK 0 0.12 0.24 0.87
HSL 30º 0.14% 0.11% -
HSV(B) 30º 0.24% 0.13% -
XYZ 1.24 1.27 1.1 -
YUV 29.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 33 29 25 0 0.12 0.24 0.87 30 0.14 0.11
Hex 21 1D 19 0 C 18 57 1E E B
Octal 41 35 31 0 14 30 127 36 16 13
Binary 100001 11101 11001 0 1100 11000 1010111 11110 1110 1011

Color Harmonies of #211D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211D19

Black with #211D19

Text Example


Text Example

White with #211D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #211D19;
 }
 .AnyTagClassName
 {
   color: #211D19;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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