#130F0C

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

Shades of Bokara Grey #130F0C

Tints of Bokara Grey #130F0C

Color information

#130F0C (or 0x130F0C) is unknown color: approx Bokara Grey. HEX triplet: 13, 0F and 0C. RGB value is (19,15,12). Sum of RGB (Red+Green+Blue) = 19+15+12=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 19 - color contains mainly: red. Hex color #130F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F0C is #ECF0F3. Grayscale: #0F0F0F. Windows color (decimal): -15528180 or 790291. OLE color: 790291.

HSL color Cylindrical-coordinate representation of color #130F0C: hue angle of 25.71º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #130F0C is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.93.

Color convert

RGB191512-
CMYK00.210.370.93
HSL25.71º22.58%6.08%-
HSV(B)25.71º36.84%7.45%-
XYZ0.510.510.42-
YUV15.85125.83130.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 41.30%
GREEN value IS 15 (6.25% from 255) = 32.61%
BLUE value IS 12 (5.08% from 255) = 26.09%
R=41.30%
G=32.61%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19151200.210.370.9325.7122.586.08
Hex13FC015255D1a176
Octal2317140254513532276
Binary100111111110001010110010110111011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130F0C; }

 p { color: rgb(19,15,12); }

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

<style>
 a { background-color: #130F0C; }

 a { background-color: rgb(19,15,12); }

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

<style>
 span { border-color: #130F0C; }

 span { border-color: rgb(19,15,12); }

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