Html Css Color HEX #131204 Maire

📋 copy color: '#131204'

red 19 ◦ green 18 ◦ blue 4

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

Shades of Maire #131204

Tints of Maire #131204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 43.9%

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

R = 46.34%
G = 43.9%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#131204 (or 0x131204) is known color: Maire. HEX triplet: 13, 12 and 04. RGB value is (19,18,4). Sum of RGB (Red+Green+Blue) = 19+18+4=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #131204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131204 is #ECEDFB. Grayscale: #101010. Windows color (decimal): -15527420 or 266771. OLE color: 266771.

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

Color convert

RGB 19 18 4 -
CMYK 0 0.05 0.79 0.93
HSL 56º 0.65% 0.05% -
HSV(B) 56º 0.79% 0.07% -
XYZ 0.51 0.58 0.2 -
YUV 16.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 19 18 4 0 0.05 0.79 0.93 56 0.65 0.05
Hex 13 12 4 0 5 4F 5D 38 41 5
Octal 23 22 4 0 5 117 135 70 101 5
Binary 10011 10010 100 0 101 1001111 1011101 111000 1000001 101

Color Harmonies of #131204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131204

Black with #131204

Text Example


Text Example

White with #131204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131204; }

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

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

background-color css

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

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

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

border-color css

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

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

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