Html Css Color HEX #130404 Black

📋 copy color: '#130404'

red 19 ◦ green 4 ◦ blue 4

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

Shades of Black #130404

Tints of Black #130404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 14.81%

R = 70.37%
G = 14.81%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#130404 (or 0x130404) is known color: Black. HEX triplet: 13, 04 and 04. RGB value is (19,4,4). Sum of RGB (Red+Green+Blue) = 19+4+4=27 (3% of max value = 765). Red value is 19 (7.81% from 255 or 70.37% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 4 (1.95% from 255 or 14.81% from 27); Max value from RGB is 19 - color contains mainly: red. Hex color #130404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130404 is #ECFBFB. Grayscale: #080808. Windows color (decimal): -15531004 or 263187. OLE color: 263187.

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

Color convert

RGB 19 4 4 -
CMYK 0 0.79 0.79 0.93
HSL 0.65% 0.05% -
HSV(B) 0.79% 0.07% -
XYZ 0.33 0.23 0.14 -
YUV 8.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 19 4 4 0 0.79 0.79 0.93 0 0.65 0.05
Hex 13 4 4 0 4F 4F 5D 0 41 5
Octal 23 4 4 0 117 117 135 0 101 5
Binary 10011 100 100 0 1001111 1001111 1011101 0 1000001 101

Color Harmonies of #130404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130404

Black with #130404

Text Example


Text Example

White with #130404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130404; }

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

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

background-color css

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

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

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

border-color css

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

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

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