#1F180F

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

Shades of Bokara Grey #1F180F

Tints of Bokara Grey #1F180F

Color information

#1F180F (or 0x1F180F) is unknown color: approx Bokara Grey. HEX triplet: 1F, 18 and 0F. RGB value is (31,24,15). Sum of RGB (Red+Green+Blue) = 31+24+15=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 31 - color contains mainly: red. Hex color #1F180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F180F is #E0E7F0. Grayscale: #191919. Windows color (decimal): -14739441 or 989215. OLE color: 989215.

HSL color Cylindrical-coordinate representation of color #1F180F: hue angle of 33.75º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F180F is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.88.

Color convert

RGB312415-
CMYK00.230.520.88
HSL33.75º34.78%9.02%-
HSV(B)33.75º51.61%12.16%-
XYZ0.980.980.59-
YUV25.07122.32132.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.29%
GREEN value IS 24 (9.77% from 255) = 34.29%
BLUE value IS 15 (6.25% from 255) = 21.43%
R=44.29%
G=34.29%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31241500.230.520.8833.7534.789.02
Hex1F18F017345822239
Octal37301702764130424311
Binary1111111000111101011111010010110001000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,24,15); }

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

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

 a { background-color: rgb(31,24,15); }

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

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

 span { border-color: rgb(31,24,15); }

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