Html Css Color HEX #130A0A Black

📋 copy color: '#130A0A'

red 19 ◦ green 10 ◦ blue 10

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

Shades of Black #130A0A

Tints of Black #130A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 25.64%

R = 48.72%
G = 25.64%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#130A0A (or 0x130A0A) is known color: Black. HEX triplet: 13, 0A and 0A. RGB value is (19,10,10). Sum of RGB (Red+Green+Blue) = 19+10+10=39 (5% of max value = 765). Red value is 19 (7.81% from 255 or 48.72% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 19 - color contains mainly: red. Hex color #130A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A0A is #ECF5F5. Grayscale: #0C0C0C. Windows color (decimal): -15529462 or 657939. OLE color: 657939.

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

Color convert

RGB 19 10 10 -
CMYK 0 0.47 0.47 0.93
HSL 0.31% 0.06% -
HSV(B) 0.47% 0.07% -
XYZ 0.43 0.38 0.34 -
YUV 12.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 19 10 10 0 0.47 0.47 0.93 0 0.31 0.06
Hex 13 A A 0 2F 2F 5D 0 1F 6
Octal 23 12 12 0 57 57 135 0 37 6
Binary 10011 1010 1010 0 101111 101111 1011101 0 11111 110

Color Harmonies of #130A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A0A

Black with #130A0A

Text Example


Text Example

White with #130A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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