#130E09

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

Shades of Bokara Grey #130E09

Tints of Bokara Grey #130E09

Color information

#130E09 (or 0x130E09) is unknown color: approx Bokara Grey. HEX triplet: 13, 0E and 09. RGB value is (19,14,9). Sum of RGB (Red+Green+Blue) = 19+14+9=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 14 (5.86% from 255 or 33.33% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #130E09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E09 is #ECF1F6. Grayscale: #0E0E0E. Windows color (decimal): -15528439 or 593427. OLE color: 593427.

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

Color convert

RGB19149-
CMYK00.260.530.93
HSL30º35.71%5.49%-
HSV(B)30º52.63%7.45%-
XYZ0.470.470.32-
YUV14.92124.66130.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 45.24%
GREEN value IS 14 (5.86% from 255) = 33.33%
BLUE value IS 9 (3.91% from 255) = 21.43%
R=45.24%
G=33.33%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1914900.260.530.933035.715.49
Hex13E901A355D1e245
Octal2316110326513536445
Binary1001111101001011010110101101110111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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