Html Css Color HEX #130E0A Bokara Grey

📋 copy color: '#130E0A'

red 19 ◦ green 14 ◦ blue 10

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

Shades of Bokara Grey #130E0A

Tints of Bokara Grey #130E0A

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.3% from 255) = 23.26%

R = 44.19%
G = 32.56%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

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

RGB 19 14 10 -
CMYK 0 0.26 0.47 0.93
HSL 26.67º 0.31% 0.06% -
HSV(B) 26.67º 0.47% 0.07% -
XYZ 0.48 0.47 0.35 -
YUV 15.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 19 14 10 0 0.26 0.47 0.93 26.67 0.31 0.06
Hex 13 E A 0 1A 2F 5D 1B 1F 6
Octal 23 16 12 0 32 57 135 33 37 6
Binary 10011 1110 1010 0 11010 101111 1011101 11011 11111 110

Color Harmonies of #130E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E0A

Black with #130E0A

Text Example


Text Example

White with #130E0A

Text Example


Text Example

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