#130E08

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

Shades of Bokara Grey #130E08

Tints of Bokara Grey #130E08

Color information

#130E08 (or 0x130E08) is unknown color: approx Bokara Grey. HEX triplet: 13, 0E and 08. RGB value is (19,14,8). Sum of RGB (Red+Green+Blue) = 19+14+8=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #130E08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E08 is #ECF1F7. Grayscale: #0E0E0E. Windows color (decimal): -15528440 or 527891. OLE color: 527891.

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

Color convert

RGB19148-
CMYK00.260.580.93
HSL32.73º40.74%5.29%-
HSV(B)32.73º57.89%7.45%-
XYZ0.470.470.3-
YUV14.81124.16130.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 46.34%
GREEN value IS 14 (5.86% from 255) = 34.15%
BLUE value IS 8 (3.52% from 255) = 19.51%
R=46.34%
G=34.15%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1914800.260.580.9332.7340.745.29
Hex13E801A3A5D21295
Octal2316100327213541515
Binary10011111010000110101110101011101100001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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