#221C17

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

Shades of Bokara Grey #221C17

Tints of Bokara Grey #221C17

Color information

#221C17 (or 0x221C17) is unknown color: approx Bokara Grey. HEX triplet: 22, 1C and 17. RGB value is (34,28,23). Sum of RGB (Red+Green+Blue) = 34+28+23=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 34 - color contains mainly: red. Hex color #221C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221C17 is #DDE3E8. Grayscale: #1D1D1D. Windows color (decimal): -14541801 or 1514530. OLE color: 1514530.

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

Color convert

RGB342823-
CMYK00.180.320.87
HSL27.27º19.3%11.18%-
HSV(B)27.27º32.35%13.33%-
XYZ1.231.230.98-
YUV29.22124.49131.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 40%
GREEN value IS 28 (11.33% from 255) = 32.94%
BLUE value IS 23 (9.38% from 255) = 27.06%
R=40%
G=32.94%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34282300.180.320.8727.2719.311.18
Hex221C1701220571b13b
Octal42342702240127332313
Binary1000101110010111010010100000101011111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,28,23); }

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

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

 a { background-color: rgb(34,28,23); }

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

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

 span { border-color: rgb(34,28,23); }

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