#1B1209

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

Shades of Bokara Grey #1B1209

Tints of Bokara Grey #1B1209

Color information

#1B1209 (or 0x1B1209) is unknown color: approx Bokara Grey. HEX triplet: 1B, 12 and 09. RGB value is (27,18,9). Sum of RGB (Red+Green+Blue) = 27+18+9=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1209 is #E4EDF6. Grayscale: #131313. Windows color (decimal): -15003127 or 594459. OLE color: 594459.

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

Color convert

RGB27189-
CMYK00.330.670.89
HSL30º50%7.06%-
HSV(B)30º66.67%10.59%-
XYZ0.720.690.35-
YUV19.66121.98133.23-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 33.33%
BLUE value IS 9 (3.91% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2718900.330.670.8930507.06
Hex1B12902143591e327
Octal33221104110313136627
Binary1101110010100101000011000011101100111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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