Html Css Color HEX #131100 Maire

📋 copy color: '#131100'

red 19 ◦ green 17 ◦ blue 0

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

Shades of Maire #131100

Tints of Maire #131100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 47.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.78%
G = 47.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#131100 (or 0x131100) is known color: Maire. HEX triplet: 13, 11 and 00. RGB value is (19,17,0). Sum of RGB (Red+Green+Blue) = 19+17+0=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #131100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131100 is #ECEEFF. Grayscale: #0F0F0F. Windows color (decimal): -15527680 or 4371. OLE color: 4371.

HSL color Cylindrical-coordinate representation of color #131100: hue angle of 53.68º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #131100 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 17 0 -
CMYK 0 0.11 1 0.93
HSL 53.68º 1% 0.04% -
HSV(B) 53.68º 1% 0.07% -
XYZ 0.47 0.54 0.08 -
YUV 15.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 19 17 0 0 0.11 1 0.93 53.68 1 0.04
Hex 13 11 0 0 B 64 5D 36 64 4
Octal 23 21 0 0 13 144 135 66 144 4
Binary 10011 10001 0 0 1011 1100100 1011101 110110 1100100 100

Color Harmonies of #131100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131100

Black with #131100

Text Example


Text Example

White with #131100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131100; }

 p { color: rgb(19,17,0); }

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

background-color css

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

 a { background-color: rgb(19,17,0); }

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

border-color css

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

 span { border-color: rgb(19,17,0); }

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