#130E07

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

Shades of Bokara Grey #130E07

Tints of Bokara Grey #130E07

Color information

#130E07 (or 0x130E07) is unknown color: approx Bokara Grey. HEX triplet: 13, 0E and 07. RGB value is (19,14,7). Sum of RGB (Red+Green+Blue) = 19+14+7=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 14 (5.86% from 255 or 35% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 19 - color contains mainly: red. Hex color #130E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E07 is #ECF1F8. Grayscale: #0E0E0E. Windows color (decimal): -15528441 or 462355. OLE color: 462355.

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

Color convert

RGB19147-
CMYK00.260.630.93
HSL35º46.15%5.1%-
HSV(B)35º63.16%7.45%-
XYZ0.460.470.27-
YUV14.7123.66131.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 47.5%
GREEN value IS 14 (5.86% from 255) = 35%
BLUE value IS 7 (3.12% from 255) = 17.5%
R=47.5%
G=35%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1914700.260.630.933546.155.1
Hex13E701A3F5D232e5
Octal231670327713543565
Binary1001111101110110101111111011101100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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