#1B1006

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

Shades of Bokara Grey #1B1006

Tints of Bokara Grey #1B1006

Color information

#1B1006 (or 0x1B1006) is unknown color: approx Bokara Grey. HEX triplet: 1B, 10 and 06. RGB value is (27,16,6). Sum of RGB (Red+Green+Blue) = 27+16+6=49 (6% of max value = 765). Red value is 27 (10.94% from 255 or 55.10% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 6 (2.73% from 255 or 12.24% from 49); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1006 is #E4EFF9. Grayscale: #121212. Windows color (decimal): -15003642 or 397339. OLE color: 397339.

HSL color Cylindrical-coordinate representation of color #1B1006: hue angle of 28.57º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B1006 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.89.

Color convert

RGB27166-
CMYK00.410.780.89
HSL28.57º63.64%6.47%-
HSV(B)28.57º77.78%10.59%-
XYZ0.670.620.26-
YUV18.15121.14134.31-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 55.10%
GREEN value IS 16 (6.64% from 255) = 32.65%
BLUE value IS 6 (2.73% from 255) = 12.24%
R=55.10%
G=32.65%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2716600.410.780.8928.5763.646.47
Hex1B1060294E591d406
Octal33206051116131351006
Binary1101110000110010100110011101011001111011000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,16,6); }

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

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

 a { background-color: rgb(27,16,6); }

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

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

 span { border-color: rgb(27,16,6); }

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