Html Css Color HEX #211C19 Bokara Grey

📋 copy color: '#211C19'

red 33 ◦ green 28 ◦ blue 25

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

Shades of Bokara Grey #211C19

Tints of Bokara Grey #211C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 32.56%

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

R = 38.37%
G = 32.56%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.87

RGB Variations

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

Color information

#211C19 (or 0x211C19) is known color: Bokara Grey. HEX triplet: 21, 1C and 19. RGB value is (33,28,25). Sum of RGB (Red+Green+Blue) = 33+28+25=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 33 - color contains mainly: red. Hex color #211C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C19 is #DEE3E6. Grayscale: #1D1D1D. Windows color (decimal): -14607335 or 1645601. OLE color: 1645601.

HSL color Cylindrical-coordinate representation of color #211C19: hue angle of 22.5º 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 #211C19 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 28 25 -
CMYK 0 0.15 0.24 0.87
HSL 22.5º 0.14% 0.11% -
HSV(B) 22.5º 0.24% 0.13% -
XYZ 1.22 1.22 1.09 -
YUV 29.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 33 28 25 0 0.15 0.24 0.87 22.5 0.14 0.11
Hex 21 1C 19 0 F 18 57 16 E B
Octal 41 34 31 0 17 30 127 26 16 13
Binary 100001 11100 11001 0 1111 11000 1010111 10110 1110 1011

Color Harmonies of #211C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C19

Black with #211C19

Text Example


Text Example

White with #211C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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