#221B14

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

Shades of Bokara Grey #221B14

Tints of Bokara Grey #221B14

Color information

#221B14 (or 0x221B14) is unknown color: approx Bokara Grey. HEX triplet: 22, 1B and 14. RGB value is (34,27,20). Sum of RGB (Red+Green+Blue) = 34+27+20=81 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.98% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 34 - color contains mainly: red. Hex color #221B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221B14 is #DDE4EB. Grayscale: #1C1C1C. Windows color (decimal): -14542060 or 1317666. OLE color: 1317666.

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

Color convert

RGB342720-
CMYK00.210.410.87
HSL30º25.93%10.59%-
HSV(B)30º41.18%13.33%-
XYZ1.181.170.83-
YUV28.3123.32132.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.98%
GREEN value IS 27 (10.94% from 255) = 33.33%
BLUE value IS 20 (8.20% from 255) = 24.69%
R=41.98%
G=33.33%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34272000.210.410.873025.9310.59
Hex221B1401529571e1ab
Octal42332402551127363213
Binary1000101101110100010101101001101011111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,27,20); }

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

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

 a { background-color: rgb(34,27,20); }

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

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

 span { border-color: rgb(34,27,20); }

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