#1B1917

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

Shades of Bokara Grey #1B1917

Tints of Bokara Grey #1B1917

Color information

#1B1917 (or 0x1B1917) is unknown color: approx Bokara Grey. HEX triplet: 1B, 19 and 17. RGB value is (27,25,23). Sum of RGB (Red+Green+Blue) = 27+25+23=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1917 is #E4E6E8. Grayscale: #191919. Windows color (decimal): -15001321 or 1513755. OLE color: 1513755.

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

Color convert

RGB272523-
CMYK00.070.150.89
HSL30º8%9.8%-
HSV(B)30º14.81%10.59%-
XYZ0.950.990.95-
YUV25.37126.66129.16-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36%
GREEN value IS 25 (10.16% from 255) = 33.33%
BLUE value IS 23 (9.38% from 255) = 30.67%
R=36%
G=33.33%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27252300.070.150.893089.8
Hex1B191707F591e8a
Octal3331270717131361012
Binary1101111001101110111111110110011111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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