Html Css Color HEX #130403 Black

📋 copy color: '#130403'

red 19 ◦ green 4 ◦ blue 3

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

Shades of Black #130403

Tints of Black #130403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 15.38%

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

R = 73.08%
G = 15.38%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.93

RGB Variations

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

Color information

#130403 (or 0x130403) is known color: Black. HEX triplet: 13, 04 and 03. RGB value is (19,4,3). Sum of RGB (Red+Green+Blue) = 19+4+3=26 (3% of max value = 765). Red value is 19 (7.81% from 255 or 73.08% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 3 (1.56% from 255 or 11.54% from 26); Max value from RGB is 19 - color contains mainly: red. Hex color #130403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130403 is #ECFBFC. Grayscale: #080808. Windows color (decimal): -15531005 or 197651. OLE color: 197651.

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

Color convert

RGB 19 4 3 -
CMYK 0 0.79 0.84 0.93
HSL 3.75º 0.73% 0.04% -
HSV(B) 3.75º 0.84% 0.07% -
XYZ 0.33 0.23 0.11 -
YUV 8.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 19 4 3 0 0.79 0.84 0.93 3.75 0.73 0.04
Hex 13 4 3 0 4F 54 5D 4 49 4
Octal 23 4 3 0 117 124 135 4 111 4
Binary 10011 100 11 0 1001111 1010100 1011101 100 1001001 100

Color Harmonies of #130403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130403

Black with #130403

Text Example


Text Example

White with #130403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130403; }

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

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

background-color css

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

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

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

border-color css

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

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

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