#130E06

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

Shades of Bokara Grey #130E06

Tints of Bokara Grey #130E06

Color information

#130E06 (or 0x130E06) is unknown color: approx Bokara Grey. HEX triplet: 13, 0E and 06. RGB value is (19,14,6). Sum of RGB (Red+Green+Blue) = 19+14+6=39 (5% of max value = 765). Red value is 19 (7.81% from 255 or 48.72% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 19 - color contains mainly: red. Hex color #130E06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E06 is #ECF1F9. Grayscale: #0E0E0E. Windows color (decimal): -15528442 or 396819. OLE color: 396819.

HSL color Cylindrical-coordinate representation of color #130E06: hue angle of 36.92º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #130E06 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.93.

Color convert

RGB19146-
CMYK00.260.680.93
HSL36.92º52%4.9%-
HSV(B)36.92º68.42%7.45%-
XYZ0.460.470.24-
YUV14.58123.16131.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 48.72%
GREEN value IS 14 (5.86% from 255) = 35.90%
BLUE value IS 6 (2.73% from 255) = 15.38%
R=48.72%
G=35.90%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1914600.260.680.9336.92524.9
Hex13E601A445D25345
Octal2316603210413545645
Binary10011111011001101010001001011101100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,14,6); }

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

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

 a { background-color: rgb(19,14,6); }

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

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

 span { border-color: rgb(19,14,6); }

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