#221E19

Color #221E19 Bokara Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bokara Grey #221E19

Tints of Bokara Grey #221E19

Color information

#221E19 (or 0x221E19) is unknown color: approx Bokara Grey. HEX triplet: 22, 1E and 19. RGB value is (34,30,25). Sum of RGB (Red+Green+Blue) = 34+30+25=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 34 - color contains mainly: red. Hex color #221E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221E19 is #DDE1E6. Grayscale: #1E1E1E. Windows color (decimal): -14541287 or 1646114. OLE color: 1646114.

HSL color Cylindrical-coordinate representation of color #221E19: hue angle of 33.33º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #221E19 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.87.

Color convert

RGB343025-
CMYK00.120.260.87
HSL33.33º15.25%11.57%-
HSV(B)33.33º26.47%13.33%-
XYZ1.31.341.11-
YUV30.63124.83130.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.20%
GREEN value IS 30 (12.11% from 255) = 33.71%
BLUE value IS 25 (10.16% from 255) = 28.09%
R=38.20%
G=33.71%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34302500.120.260.8733.3315.2511.57
Hex221E190C1A5721fc
Octal42363101432127411714
Binary10001011110110010110011010101011110000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221E19; }

 p { color: rgb(34,30,25); }

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

<style>
 a { background-color: #221E19; }

 a { background-color: rgb(34,30,25); }

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

<style>
 span { border-color: #221E19; }

 span { border-color: rgb(34,30,25); }

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