Html Css Color HEX #130A05 Black

📋 copy color: '#130A05'

red 19 ◦ green 10 ◦ blue 5

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

Shades of Black #130A05

Tints of Black #130A05

RGB

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

 GREEN value IS 10 (4.3% from 255) = 29.41%

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

R = 55.88%
G = 29.41%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.93

RGB Variations

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

Color information

#130A05 (or 0x130A05) is known color: Black. HEX triplet: 13, 0A and 05. RGB value is (19,10,5). Sum of RGB (Red+Green+Blue) = 19+10+5=34 (4% of max value = 765). Red value is 19 (7.81% from 255 or 55.88% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 5 (2.34% from 255 or 14.71% from 34); Max value from RGB is 19 - color contains mainly: red. Hex color #130A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A05 is #ECF5FA. Grayscale: #0C0C0C. Windows color (decimal): -15529467 or 330259. OLE color: 330259.

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

Color convert

RGB 19 10 5 -
CMYK 0 0.47 0.74 0.93
HSL 21.43º 0.58% 0.05% -
HSV(B) 21.43º 0.74% 0.07% -
XYZ 0.4 0.37 0.19 -
YUV 12.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 19 10 5 0 0.47 0.74 0.93 21.43 0.58 0.05
Hex 13 A 5 0 2F 4A 5D 15 3A 5
Octal 23 12 5 0 57 112 135 25 72 5
Binary 10011 1010 101 0 101111 1001010 1011101 10101 111010 101

Color Harmonies of #130A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A05

Black with #130A05

Text Example


Text Example

White with #130A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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