Html Css Color HEX #130F0A Bokara Grey

📋 copy color: '#130F0A'

red 19 ◦ green 15 ◦ blue 10

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

Shades of Bokara Grey #130F0A

Tints of Bokara Grey #130F0A

RGB

 RED value IS 19 (7.81% from 255) = 43.18%

 GREEN value IS 15 (6.25% from 255) = 34.09%

 BLUE value IS 10 (4.3% from 255) = 22.73%

R = 43.18%
G = 34.09%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#130F0A (or 0x130F0A) is known color: Bokara Grey. HEX triplet: 13, 0F and 0A. RGB value is (19,15,10). Sum of RGB (Red+Green+Blue) = 19+15+10=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 19 - color contains mainly: red. Hex color #130F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F0A is #ECF0F5. Grayscale: #0F0F0F. Windows color (decimal): -15528182 or 659219. OLE color: 659219.

HSL color Cylindrical-coordinate representation of color #130F0A: hue angle of 33.33º 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 #130F0A is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 15 10 -
CMYK 0 0.21 0.47 0.93
HSL 33.33º 0.31% 0.06% -
HSV(B) 33.33º 0.47% 0.07% -
XYZ 0.49 0.5 0.36 -
YUV 15.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 19 15 10 0 0.21 0.47 0.93 33.33 0.31 0.06
Hex 13 F A 0 15 2F 5D 21 1F 6
Octal 23 17 12 0 25 57 135 41 37 6
Binary 10011 1111 1010 0 10101 101111 1011101 100001 11111 110

Color Harmonies of #130F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F0A

Black with #130F0A

Text Example


Text Example

White with #130F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #130F0A;
 }
 .AnyTagClassName
 {
   color: #130F0A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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