#1B1815

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

Shades of Bokara Grey #1B1815

Tints of Bokara Grey #1B1815

Color information

#1B1815 (or 0x1B1815) is unknown color: approx Bokara Grey. HEX triplet: 1B, 18 and 15. RGB value is (27,24,21). Sum of RGB (Red+Green+Blue) = 27+24+21=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1815 is #E4E7EA. Grayscale: #181818. Windows color (decimal): -15001579 or 1382427. OLE color: 1382427.

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

Color convert

RGB272421-
CMYK00.110.220.89
HSL30º12.5%9.41%-
HSV(B)30º22.22%10.59%-
XYZ0.910.940.84-
YUV24.56125.99129.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 37.5%
GREEN value IS 24 (9.77% from 255) = 33.33%
BLUE value IS 21 (8.59% from 255) = 29.17%
R=37.5%
G=33.33%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27242100.110.220.893012.59.41
Hex1B18150B16591ec9
Octal33302501326131361411
Binary110111100010101010111011010110011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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