Html Css Color HEX #130F09 Bokara Grey

📋 copy color: '#130F09'

red 19 ◦ green 15 ◦ blue 9

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

Shades of Bokara Grey #130F09

Tints of Bokara Grey #130F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 20.93%

R = 44.19%
G = 34.88%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#130F09 (or 0x130F09) is known color: Bokara Grey. HEX triplet: 13, 0F and 09. RGB value is (19,15,9). Sum of RGB (Red+Green+Blue) = 19+15+9=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 9 (3.91% from 255 or 20.93% from 43); Max value from RGB is 19 - color contains mainly: red. Hex color #130F09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F09 is #ECF0F6. Grayscale: #0F0F0F. Windows color (decimal): -15528183 or 593683. OLE color: 593683.

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

Color convert

RGB 19 15 9 -
CMYK 0 0.21 0.53 0.93
HSL 36º 0.36% 0.05% -
HSV(B) 36º 0.53% 0.07% -
XYZ 0.49 0.5 0.33 -
YUV 15.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 19 15 9 0 0.21 0.53 0.93 36 0.36 0.05
Hex 13 F 9 0 15 35 5D 24 24 5
Octal 23 17 11 0 25 65 135 44 44 5
Binary 10011 1111 1001 0 10101 110101 1011101 100100 100100 101

Color Harmonies of #130F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F09

Black with #130F09

Text Example


Text Example

White with #130F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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