Html Css Color HEX #130A03 Black

📋 copy color: '#130A03'

red 19 ◦ green 10 ◦ blue 3

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

Shades of Black #130A03

Tints of Black #130A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 9.38%

R = 59.38%
G = 31.25%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.93

RGB Variations

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

Color information

#130A03 (or 0x130A03) is known color: Black. HEX triplet: 13, 0A and 03. RGB value is (19,10,3). Sum of RGB (Red+Green+Blue) = 19+10+3=32 (4% of max value = 765). Red value is 19 (7.81% from 255 or 59.38% from 32); Green value is 10 (4.30% from 255 or 31.25% from 32); Blue value is 3 (1.56% from 255 or 9.38% from 32); Max value from RGB is 19 - color contains mainly: red. Hex color #130A03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A03 is #ECF5FC. Grayscale: #0B0B0B. Windows color (decimal): -15529469 or 199187. OLE color: 199187.

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

Color convert

RGB 19 10 3 -
CMYK 0 0.47 0.84 0.93
HSL 26.25º 0.73% 0.04% -
HSV(B) 26.25º 0.84% 0.07% -
XYZ 0.39 0.36 0.14 -
YUV 11.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 19 10 3 0 0.47 0.84 0.93 26.25 0.73 0.04
Hex 13 A 3 0 2F 54 5D 1A 49 4
Octal 23 12 3 0 57 124 135 32 111 4
Binary 10011 1010 11 0 101111 1010100 1011101 11010 1001001 100

Color Harmonies of #130A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A03

Black with #130A03

Text Example


Text Example

White with #130A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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