Html Css Color HEX #130705 Black

📋 copy color: '#130705'

red 19 ◦ green 7 ◦ blue 5

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

Shades of Black #130705

Tints of Black #130705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 22.58%

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

R = 61.29%
G = 22.58%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.93

RGB Variations

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

Color information

#130705 (or 0x130705) is known color: Black. HEX triplet: 13, 07 and 05. RGB value is (19,7,5). Sum of RGB (Red+Green+Blue) = 19+7+5=31 (4% of max value = 765). Red value is 19 (7.81% from 255 or 61.29% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 19 - color contains mainly: red. Hex color #130705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130705 is #ECF8FA. Grayscale: #0A0A0A. Windows color (decimal): -15530235 or 329491. OLE color: 329491.

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

Color convert

RGB 19 7 5 -
CMYK 0 0.63 0.74 0.93
HSL 8.57º 0.58% 0.05% -
HSV(B) 8.57º 0.74% 0.07% -
XYZ 0.37 0.3 0.18 -
YUV 10.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 19 7 5 0 0.63 0.74 0.93 8.57 0.58 0.05
Hex 13 7 5 0 3F 4A 5D 9 3A 5
Octal 23 7 5 0 77 112 135 11 72 5
Binary 10011 111 101 0 111111 1001010 1011101 1001 111010 101

Color Harmonies of #130705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130705

Black with #130705

Text Example


Text Example

White with #130705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130705; }

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

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

background-color css

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

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

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

border-color css

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

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

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