Html Css Color HEX #130301 Black

📋 copy color: '#130301'

red 19 ◦ green 3 ◦ blue 1

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

Shades of Black #130301

Tints of Black #130301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 13.04%

 BLUE value IS 1 (0.78% from 255) = 4.35%

R = 82.61%
G = 13.04%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.93

RGB Variations

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

Color information

#130301 (or 0x130301) is known color: Black. HEX triplet: 13, 03 and 01. RGB value is (19,3,1). Sum of RGB (Red+Green+Blue) = 19+3+1=23 (3% of max value = 765). Red value is 19 (7.81% from 255 or 82.61% from 23); Green value is 3 (1.56% from 255 or 13.04% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 19 - color contains mainly: red. Hex color #130301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130301 is #ECFCFE. Grayscale: #070707. Windows color (decimal): -15531263 or 66323. OLE color: 66323.

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

Color convert

RGB 19 3 1 -
CMYK 0 0.84 0.95 0.93
HSL 6.67º 0.9% 0.04% -
HSV(B) 6.67º 0.95% 0.07% -
XYZ 0.31 0.21 0.05 -
YUV 7.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 19 3 1 0 0.84 0.95 0.93 6.67 0.9 0.04
Hex 13 3 1 0 54 5F 5D 7 5A 4
Octal 23 3 1 0 124 137 135 7 132 4
Binary 10011 11 1 0 1010100 1011111 1011101 111 1011010 100

Color Harmonies of #130301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130301

Black with #130301

Text Example


Text Example

White with #130301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130301; }

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

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

background-color css

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

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

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

border-color css

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

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

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