#1B1715

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

Shades of Bokara Grey #1B1715

Tints of Bokara Grey #1B1715

Color information

#1B1715 (or 0x1B1715) is unknown color: approx Bokara Grey. HEX triplet: 1B, 17 and 15. RGB value is (27,23,21). Sum of RGB (Red+Green+Blue) = 27+23+21=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 23 (9.38% from 255 or 32.39% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1715 is #E4E8EA. Grayscale: #171717. Windows color (decimal): -15001835 or 1382171. OLE color: 1382171.

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

Color convert

RGB272321-
CMYK00.150.220.89
HSL20º12.5%9.41%-
HSV(B)20º22.22%10.59%-
XYZ0.890.90.84-
YUV23.97126.33130.16-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 38.03%
GREEN value IS 23 (9.38% from 255) = 32.39%
BLUE value IS 21 (8.59% from 255) = 29.58%
R=38.03%
G=32.39%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27232100.150.220.892012.59.41
Hex1B17150F165914c9
Octal33272501726131241411
Binary110111011110101011111011010110011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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