Html Css Color HEX #131004 Maire

📋 copy color: '#131004'

red 19 ◦ green 16 ◦ blue 4

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

Shades of Maire #131004

Tints of Maire #131004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 41.03%

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

R = 48.72%
G = 41.03%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#131004 (or 0x131004) is known color: Maire. HEX triplet: 13, 10 and 04. RGB value is (19,16,4). Sum of RGB (Red+Green+Blue) = 19+16+4=39 (5% of max value = 765). Red value is 19 (7.81% from 255 or 48.72% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 4 (1.95% from 255 or 10.26% from 39); Max value from RGB is 19 - color contains mainly: red. Hex color #131004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131004 is #ECEFFB. Grayscale: #0F0F0F. Windows color (decimal): -15527932 or 266259. OLE color: 266259.

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

Color convert

RGB 19 16 4 -
CMYK 0 0.16 0.79 0.93
HSL 48º 0.65% 0.05% -
HSV(B) 48º 0.79% 0.07% -
XYZ 0.48 0.52 0.19 -
YUV 15.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 19 16 4 0 0.16 0.79 0.93 48 0.65 0.05
Hex 13 10 4 0 10 4F 5D 30 41 5
Octal 23 20 4 0 20 117 135 60 101 5
Binary 10011 10000 100 0 10000 1001111 1011101 110000 1000001 101

Color Harmonies of #131004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131004

Black with #131004

Text Example


Text Example

White with #131004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131004; }

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

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

background-color css

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

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

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

border-color css

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

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

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