Html Css Color HEX #130D08 Bokara Grey

📋 copy color: '#130D08'

red 19 ◦ green 13 ◦ blue 8

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

Shades of Bokara Grey #130D08

Tints of Bokara Grey #130D08

RGB

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

 GREEN value IS 13 (5.47% from 255) = 32.5%

 BLUE value IS 8 (3.52% from 255) = 20%

R = 47.5%
G = 32.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.93

RGB Variations

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

Color information

#130D08 (or 0x130D08) is known color: Bokara Grey. HEX triplet: 13, 0D and 08. RGB value is (19,13,8). Sum of RGB (Red+Green+Blue) = 19+13+8=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 19 - color contains mainly: red. Hex color #130D08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D08 is #ECF2F7. Grayscale: #0E0E0E. Windows color (decimal): -15528696 or 527635. OLE color: 527635.

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

Color convert

RGB 19 13 8 -
CMYK 0 0.32 0.58 0.93
HSL 27.27º 0.41% 0.05% -
HSV(B) 27.27º 0.58% 0.07% -
XYZ 0.46 0.44 0.29 -
YUV 14.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 19 13 8 0 0.32 0.58 0.93 27.27 0.41 0.05
Hex 13 D 8 0 20 3A 5D 1B 29 5
Octal 23 15 10 0 40 72 135 33 51 5
Binary 10011 1101 1000 0 100000 111010 1011101 11011 101001 101

Color Harmonies of #130D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D08

Black with #130D08

Text Example


Text Example

White with #130D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,13,8); }

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

background-color css

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

 a { background-color: rgb(19,13,8); }

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

border-color css

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

 span { border-color: rgb(19,13,8); }

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