#130E0A

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

Shades of Bokara Grey #130E0A

Tints of Bokara Grey #130E0A

Color information

#130E0A (or 0x130E0A) is unknown color: approx Bokara Grey. HEX triplet: 13, 0E and 0A. RGB value is (19,14,10). Sum of RGB (Red+Green+Blue) = 19+14+10=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 19 - color contains mainly: red. Hex color #130E0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E0A is #ECF1F5. Grayscale: #0F0F0F. Windows color (decimal): -15528438 or 658963. OLE color: 658963.

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

Color convert

RGB191410-
CMYK00.260.470.93
HSL26.67º31.03%5.69%-
HSV(B)26.67º47.37%7.45%-
XYZ0.480.470.35-
YUV15.04125.16130.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 44.19%
GREEN value IS 14 (5.86% from 255) = 32.56%
BLUE value IS 10 (4.30% from 255) = 23.26%
R=44.19%
G=32.56%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19141000.260.470.9326.6731.035.69
Hex13EA01A2F5D1b1f6
Octal2316120325713533376
Binary100111110101001101010111110111011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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