#1B1306

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

Shades of Bokara Grey #1B1306

Tints of Bokara Grey #1B1306

Color information

#1B1306 (or 0x1B1306) is unknown color: approx Bokara Grey. HEX triplet: 1B, 13 and 06. RGB value is (27,19,6). Sum of RGB (Red+Green+Blue) = 27+19+6=52 (6% of max value = 765). Red value is 27 (10.94% from 255 or 51.92% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 6 (2.73% from 255 or 11.54% from 52); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1306 is #E4ECF9. Grayscale: #131313. Windows color (decimal): -15002874 or 398107. OLE color: 398107.

HSL color Cylindrical-coordinate representation of color #1B1306: hue angle of 37.14º 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 #1B1306 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.89.

Color convert

RGB27196-
CMYK00.300.780.89
HSL37.14º63.64%6.47%-
HSV(B)37.14º77.78%10.59%-
XYZ0.720.710.27-
YUV19.91120.15133.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 51.92%
GREEN value IS 19 (7.81% from 255) = 36.54%
BLUE value IS 6 (2.73% from 255) = 11.54%
R=51.92%
G=36.54%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2719600.300.780.8937.1463.646.47
Hex1B13601E4E5925406
Octal33236036116131451006
Binary1101110011110011110100111010110011001011000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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