Html Css Color HEX #130805 Black

📋 copy color: '#130805'

red 19 ◦ green 8 ◦ blue 5

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

Shades of Black #130805

Tints of Black #130805

RGB

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

 GREEN value IS 8 (3.52% from 255) = 25%

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

R = 59.38%
G = 25%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.93

RGB Variations

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

Color information

#130805 (or 0x130805) is known color: Black. HEX triplet: 13, 08 and 05. RGB value is (19,8,5). Sum of RGB (Red+Green+Blue) = 19+8+5=32 (4% of max value = 765). Red value is 19 (7.81% from 255 or 59.38% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 19 - color contains mainly: red. Hex color #130805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130805 is #ECF7FA. Grayscale: #0A0A0A. Windows color (decimal): -15529979 or 329747. OLE color: 329747.

HSL color Cylindrical-coordinate representation of color #130805: hue angle of 12.86º 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 #130805 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 8 5 -
CMYK 0 0.58 0.74 0.93
HSL 12.86º 0.58% 0.05% -
HSV(B) 12.86º 0.74% 0.07% -
XYZ 0.38 0.32 0.19 -
YUV 10.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 19 8 5 0 0.58 0.74 0.93 12.86 0.58 0.05
Hex 13 8 5 0 3A 4A 5D D 3A 5
Octal 23 10 5 0 72 112 135 15 72 5
Binary 10011 1000 101 0 111010 1001010 1011101 1101 111010 101

Color Harmonies of #130805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130805

Black with #130805

Text Example


Text Example

White with #130805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130805; }

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

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

background-color css

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

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

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

border-color css

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

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

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