#1B1712

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

Shades of Bokara Grey #1B1712

Tints of Bokara Grey #1B1712

Color information

#1B1712 (or 0x1B1712) is unknown color: approx Bokara Grey. HEX triplet: 1B, 17 and 12. RGB value is (27,23,18). Sum of RGB (Red+Green+Blue) = 27+23+18=68 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.71% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1712 is #E4E8ED. Grayscale: #171717. Windows color (decimal): -15001838 or 1185563. OLE color: 1185563.

HSL color Cylindrical-coordinate representation of color #1B1712: hue angle of 33.33º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1B1712 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.89.

Color convert

RGB272318-
CMYK00.150.330.89
HSL33.33º20%8.82%-
HSV(B)33.33º33.33%10.59%-
XYZ0.870.890.7-
YUV23.63124.83130.41-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 39.71%
GREEN value IS 23 (9.38% from 255) = 33.82%
BLUE value IS 18 (7.42% from 255) = 26.47%
R=39.71%
G=33.82%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27231800.150.330.8933.33208.82
Hex1B17120F215921149
Octal33272201741131412411
Binary110111011110010011111000011011001100001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B1712; }

 p { color: rgb(27,23,18); }

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

<style>
 a { background-color: #1B1712; }

 a { background-color: rgb(27,23,18); }

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

<style>
 span { border-color: #1B1712; }

 span { border-color: rgb(27,23,18); }

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