Html Css Color HEX #131500 Maire

📋 copy color: '#131500'

red 19 ◦ green 21 ◦ blue 0

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

Shades of Maire #131500

Tints of Maire #131500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 52.5%

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

R = 47.5%
G = 52.5%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#131500 (or 0x131500) is known color: Maire. HEX triplet: 13, 15 and 00. RGB value is (19,21,0). Sum of RGB (Red+Green+Blue) = 19+21+0=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 21 (8.59% from 255 or 52.5% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 21 - color contains mainly: green. Hex color #131500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131500 is #ECEAFF. Grayscale: #121212. Windows color (decimal): -15526656 or 5395. OLE color: 5395.

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

Color convert

RGB 19 21 0 -
CMYK 0.10 0 1 0.92
HSL 65.71º 1% 0.04% -
HSV(B) 65.71º 1% 0.08% -
XYZ 0.54 0.67 0.1 -
YUV 18.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 19 21 0 0.10 0 1 0.92 65.71 1 0.04
Hex 13 15 0 A 0 64 5C 42 64 4
Octal 23 25 0 12 0 144 134 102 144 4
Binary 10011 10101 0 1010 0 1100100 1011100 1000010 1100100 100

Color Harmonies of #131500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131500

Black with #131500

Text Example


Text Example

White with #131500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131500; }

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

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

background-color css

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

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

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

border-color css

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

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

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