#1B1813

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

Shades of Bokara Grey #1B1813

Tints of Bokara Grey #1B1813

Color information

#1B1813 (or 0x1B1813) is unknown color: approx Bokara Grey. HEX triplet: 1B, 18 and 13. RGB value is (27,24,19). Sum of RGB (Red+Green+Blue) = 27+24+19=70 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.57% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1813 is #E4E7EC. Grayscale: #181818. Windows color (decimal): -15001581 or 1251355. OLE color: 1251355.

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

Color convert

RGB272419-
CMYK00.110.300.89
HSL37.5º17.39%9.02%-
HSV(B)37.5º29.63%10.59%-
XYZ0.90.930.75-
YUV24.33124.99129.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 38.57%
GREEN value IS 24 (9.77% from 255) = 34.29%
BLUE value IS 19 (7.81% from 255) = 27.14%
R=38.57%
G=34.29%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27241900.110.300.8937.517.399.02
Hex1B18130B1E5926119
Octal33302301336131462111
Binary11011110001001101011111101011001100110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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