Html Css Color HEX #130604 Black

📋 copy color: '#130604'

red 19 ◦ green 6 ◦ blue 4

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

Shades of Black #130604

Tints of Black #130604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 20.69%

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

R = 65.52%
G = 20.69%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#130604 (or 0x130604) is known color: Black. HEX triplet: 13, 06 and 04. RGB value is (19,6,4). Sum of RGB (Red+Green+Blue) = 19+6+4=29 (3% of max value = 765). Red value is 19 (7.81% from 255 or 65.52% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 4 (1.95% from 255 or 13.79% from 29); Max value from RGB is 19 - color contains mainly: red. Hex color #130604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130604 is #ECF9FB. Grayscale: #090909. Windows color (decimal): -15530492 or 263699. OLE color: 263699.

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

Color convert

RGB 19 6 4 -
CMYK 0 0.68 0.79 0.93
HSL 0.65% 0.05% -
HSV(B) 0.79% 0.07% -
XYZ 0.36 0.28 0.15 -
YUV 9.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 19 6 4 0 0.68 0.79 0.93 8 0.65 0.05
Hex 13 6 4 0 44 4F 5D 8 41 5
Octal 23 6 4 0 104 117 135 10 101 5
Binary 10011 110 100 0 1000100 1001111 1011101 1000 1000001 101

Color Harmonies of #130604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130604

Black with #130604

Text Example


Text Example

White with #130604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130604; }

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

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

background-color css

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

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

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

border-color css

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

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

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