#1F1409

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

Shades of Bokara Grey #1F1409

Tints of Bokara Grey #1F1409

Color information

#1F1409 (or 0x1F1409) is unknown color: approx Bokara Grey. HEX triplet: 1F, 14 and 09. RGB value is (31,20,9). Sum of RGB (Red+Green+Blue) = 31+20+9=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1409 is #E0EBF6. Grayscale: #161616. Windows color (decimal): -14740471 or 594975. OLE color: 594975.

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

Color convert

RGB31209-
CMYK00.350.710.88
HSL30º55%7.84%-
HSV(B)30º70.97%12.16%-
XYZ0.860.810.37-
YUV22.04120.64134.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 51.67%
GREEN value IS 20 (8.20% from 255) = 33.33%
BLUE value IS 9 (3.91% from 255) = 15%
R=51.67%
G=33.33%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3120900.350.710.8830557.84
Hex1F14902347581e378
Octal372411043107130366710
Binary11111101001001010001110001111011000111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,20,9); }

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

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

 a { background-color: rgb(31,20,9); }

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

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

 span { border-color: rgb(31,20,9); }

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