Html Css Color HEX #130904 Black

📋 copy color: '#130904'

red 19 ◦ green 9 ◦ blue 4

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

Shades of Black #130904

Tints of Black #130904

RGB

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

 GREEN value IS 9 (3.91% from 255) = 28.13%

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

R = 59.38%
G = 28.13%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#130904 (or 0x130904) is known color: Black. HEX triplet: 13, 09 and 04. RGB value is (19,9,4). Sum of RGB (Red+Green+Blue) = 19+9+4=32 (4% of max value = 765). Red value is 19 (7.81% from 255 or 59.38% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 4 (1.95% from 255 or 12.5% from 32); Max value from RGB is 19 - color contains mainly: red. Hex color #130904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130904 is #ECF6FB. Grayscale: #0B0B0B. Windows color (decimal): -15529724 or 264467. OLE color: 264467.

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

Color convert

RGB 19 9 4 -
CMYK 0 0.53 0.79 0.93
HSL 20º 0.65% 0.05% -
HSV(B) 20º 0.79% 0.07% -
XYZ 0.39 0.34 0.16 -
YUV 11.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 19 9 4 0 0.53 0.79 0.93 20 0.65 0.05
Hex 13 9 4 0 35 4F 5D 14 41 5
Octal 23 11 4 0 65 117 135 24 101 5
Binary 10011 1001 100 0 110101 1001111 1011101 10100 1000001 101

Color Harmonies of #130904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130904

Black with #130904

Text Example


Text Example

White with #130904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130904; }

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

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

background-color css

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

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

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

border-color css

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

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

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