Html Css Color HEX #131300 Maire

📋 copy color: '#131300'

red 19 ◦ green 19 ◦ blue 0

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

Shades of Maire #131300

Tints of Maire #131300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 50%

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#131300 (or 0x131300) is known color: Maire. HEX triplet: 13, 13 and 00. RGB value is (19,19,0). Sum of RGB (Red+Green+Blue) = 19+19+0=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 19 - color contains mainly: red, green. Hex color #131300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131300 is #ECECFF. Grayscale: #101010. Windows color (decimal): -15527168 or 4883. OLE color: 4883.

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

Color convert

RGB 19 19 0 -
CMYK 0 0 1 0.93
HSL 60º 1% 0.04% -
HSV(B) 60º 1% 0.07% -
XYZ 0.5 0.6 0.09 -
YUV 16.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 19 19 0 0 0 1 0.93 60 1 0.04
Hex 13 13 0 0 0 64 5D 3C 64 4
Octal 23 23 0 0 0 144 135 74 144 4
Binary 10011 10011 0 0 0 1100100 1011101 111100 1100100 100

Color Harmonies of #131300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131300

Black with #131300

Text Example


Text Example

White with #131300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131300; }

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

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

background-color css

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

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

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

border-color css

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

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

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