Html Css Color HEX #130401 Black

📋 copy color: '#130401'

red 19 ◦ green 4 ◦ blue 1

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

Shades of Black #130401

Tints of Black #130401

RGB

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

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

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

R = 79.17%
G = 16.67%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.93

RGB Variations

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

Color information

#130401 (or 0x130401) is known color: Black. HEX triplet: 13, 04 and 01. RGB value is (19,4,1). Sum of RGB (Red+Green+Blue) = 19+4+1=24 (3% of max value = 765). Red value is 19 (7.81% from 255 or 79.17% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 19 - color contains mainly: red. Hex color #130401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130401 is #ECFBFE. Grayscale: #080808. Windows color (decimal): -15531007 or 66579. OLE color: 66579.

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

Color convert

RGB 19 4 1 -
CMYK 0 0.79 0.95 0.93
HSL 10º 0.9% 0.04% -
HSV(B) 10º 0.95% 0.07% -
XYZ 0.32 0.23 0.06 -
YUV 8.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 19 4 1 0 0.79 0.95 0.93 10 0.9 0.04
Hex 13 4 1 0 4F 5F 5D A 5A 4
Octal 23 4 1 0 117 137 135 12 132 4
Binary 10011 100 1 0 1001111 1011111 1011101 1010 1011010 100

Color Harmonies of #130401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130401

Black with #130401

Text Example


Text Example

White with #130401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130401; }

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

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

background-color css

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

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

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

border-color css

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

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

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