Html Css Color HEX #130503 Black

📋 copy color: '#130503'

red 19 ◦ green 5 ◦ blue 3

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

Shades of Black #130503

Tints of Black #130503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 18.52%

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

R = 70.37%
G = 18.52%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.93

RGB Variations

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

Color information

#130503 (or 0x130503) is known color: Black. HEX triplet: 13, 05 and 03. RGB value is (19,5,3). Sum of RGB (Red+Green+Blue) = 19+5+3=27 (3% of max value = 765). Red value is 19 (7.81% from 255 or 70.37% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 3 (1.56% from 255 or 11.11% from 27); Max value from RGB is 19 - color contains mainly: red. Hex color #130503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130503 is #ECFAFC. Grayscale: #080808. Windows color (decimal): -15530749 or 197907. OLE color: 197907.

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

Color convert

RGB 19 5 3 -
CMYK 0 0.74 0.84 0.93
HSL 7.5º 0.73% 0.04% -
HSV(B) 7.5º 0.84% 0.07% -
XYZ 0.34 0.25 0.12 -
YUV 8.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 19 5 3 0 0.74 0.84 0.93 7.5 0.73 0.04
Hex 13 5 3 0 4A 54 5D 8 49 4
Octal 23 5 3 0 112 124 135 10 111 4
Binary 10011 101 11 0 1001010 1010100 1011101 1000 1001001 100

Color Harmonies of #130503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130503

Black with #130503

Text Example


Text Example

White with #130503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130503; }

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

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

background-color css

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

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

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

border-color css

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

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

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