#1F1712

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

Shades of Bokara Grey #1F1712

Tints of Bokara Grey #1F1712

Color information

#1F1712 (or 0x1F1712) is unknown color: approx Bokara Grey. HEX triplet: 1F, 17 and 12. RGB value is (31,23,18). Sum of RGB (Red+Green+Blue) = 31+23+18=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1712 is #E0E8ED. Grayscale: #181818. Windows color (decimal): -14739694 or 1185567. OLE color: 1185567.

HSL color Cylindrical-coordinate representation of color #1F1712: hue angle of 23.08º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F1712 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.88.

Color convert

RGB312318-
CMYK00.260.420.88
HSL23.08º26.53%9.61%-
HSV(B)23.08º41.94%12.16%-
XYZ0.980.950.7-
YUV24.82124.15132.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.06%
GREEN value IS 23 (9.38% from 255) = 31.94%
BLUE value IS 18 (7.42% from 255) = 25%
R=43.06%
G=31.94%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31231800.260.420.8823.0826.539.61
Hex1F171201A2A58171ba
Octal37272203252130273312
Binary111111011110010011010101010101100010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,23,18); }

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

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

 a { background-color: rgb(31,23,18); }

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

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

 span { border-color: rgb(31,23,18); }

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