Html Css Color HEX #130704 Black

📋 copy color: '#130704'

red 19 ◦ green 7 ◦ blue 4

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

Shades of Black #130704

Tints of Black #130704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 23.33%

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

R = 63.33%
G = 23.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#130704 (or 0x130704) is known color: Black. HEX triplet: 13, 07 and 04. RGB value is (19,7,4). Sum of RGB (Red+Green+Blue) = 19+7+4=30 (3% of max value = 765). Red value is 19 (7.81% from 255 or 63.33% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 19 - color contains mainly: red. Hex color #130704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130704 is #ECF8FB. Grayscale: #0A0A0A. Windows color (decimal): -15530236 or 263955. OLE color: 263955.

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

Color convert

RGB 19 7 4 -
CMYK 0 0.63 0.79 0.93
HSL 12º 0.65% 0.05% -
HSV(B) 12º 0.79% 0.07% -
XYZ 0.37 0.3 0.15 -
YUV 10.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 19 7 4 0 0.63 0.79 0.93 12 0.65 0.05
Hex 13 7 4 0 3F 4F 5D C 41 5
Octal 23 7 4 0 77 117 135 14 101 5
Binary 10011 111 100 0 111111 1001111 1011101 1100 1000001 101

Color Harmonies of #130704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130704

Black with #130704

Text Example


Text Example

White with #130704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130704; }

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

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

background-color css

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

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

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

border-color css

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

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

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