Html Css Color HEX #130D06 Bokara Grey

📋 copy color: '#130D06'

red 19 ◦ green 13 ◦ blue 6

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

Shades of Bokara Grey #130D06

Tints of Bokara Grey #130D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 15.79%

R = 50%
G = 34.21%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.93

RGB Variations

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

Color information

#130D06 (or 0x130D06) is known color: Bokara Grey. HEX triplet: 13, 0D and 06. RGB value is (19,13,6). Sum of RGB (Red+Green+Blue) = 19+13+6=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #130D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D06 is #ECF2F9. Grayscale: #0E0E0E. Windows color (decimal): -15528698 or 396563. OLE color: 396563.

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

Color convert

RGB 19 13 6 -
CMYK 0 0.32 0.68 0.93
HSL 32.31º 0.52% 0.05% -
HSV(B) 32.31º 0.68% 0.07% -
XYZ 0.45 0.44 0.23 -
YUV 14 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 19 13 6 0 0.32 0.68 0.93 32.31 0.52 0.05
Hex 13 D 6 0 20 44 5D 20 34 5
Octal 23 15 6 0 40 104 135 40 64 5
Binary 10011 1101 110 0 100000 1000100 1011101 100000 110100 101

Color Harmonies of #130D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D06

Black with #130D06

Text Example


Text Example

White with #130D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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