Html Css Color HEX #130E09 Bokara Grey

📋 copy color: '#130E09'

red 19 ◦ green 14 ◦ blue 9

#130E09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bokara Grey #130E09

Tints of Bokara Grey #130E09

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 value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#130E09 (or 0x130E09) is known color: 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

RGB 19 14 9 -
CMYK 0 0.26 0.53 0.93
HSL 30º 0.36% 0.05% -
HSV(B) 30º 0.53% 0.07% -
XYZ 0.47 0.47 0.32 -
YUV 14.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 19 14 9 0 0.26 0.53 0.93 30 0.36 0.05
Hex 13 E 9 0 1A 35 5D 1E 24 5
Octal 23 16 11 0 32 65 135 36 44 5
Binary 10011 1110 1001 0 11010 110101 1011101 11110 100100 101

Color Harmonies of #130E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E09

Black with #130E09

Text Example


Text Example

White with #130E09

Text Example


Text Example

HTML Codes & Css Web 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>