Html Css Color HEX #130D05 Bokara Grey

📋 copy color: '#130D05'

red 19 ◦ green 13 ◦ blue 5

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

Shades of Bokara Grey #130D05

Tints of Bokara Grey #130D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 13.51%

R = 51.35%
G = 35.14%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.93

RGB Variations

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

Color information

#130D05 (or 0x130D05) is known color: Bokara Grey. HEX triplet: 13, 0D and 05. RGB value is (19,13,5). Sum of RGB (Red+Green+Blue) = 19+13+5=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 13 (5.47% from 255 or 35.14% from 37); Blue value is 5 (2.34% from 255 or 13.51% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #130D05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D05 is #ECF2FA. Grayscale: #0D0D0D. Windows color (decimal): -15528699 or 331027. OLE color: 331027.

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

Color convert

RGB 19 13 5 -
CMYK 0 0.32 0.74 0.93
HSL 34.29º 0.58% 0.05% -
HSV(B) 34.29º 0.74% 0.07% -
XYZ 0.44 0.44 0.2 -
YUV 13.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 19 13 5 0 0.32 0.74 0.93 34.29 0.58 0.05
Hex 13 D 5 0 20 4A 5D 22 3A 5
Octal 23 15 5 0 40 112 135 42 72 5
Binary 10011 1101 101 0 100000 1001010 1011101 100010 111010 101

Color Harmonies of #130D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D05

Black with #130D05

Text Example


Text Example

White with #130D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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