Html Css Color HEX #131501 Maire

📋 copy color: '#131501'

red 19 ◦ green 21 ◦ blue 1

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

Shades of Maire #131501

Tints of Maire #131501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2.44%

R = 46.34%
G = 51.22%
B = 2.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#131501 (or 0x131501) is known color: Maire. HEX triplet: 13, 15 and 01. RGB value is (19,21,1). Sum of RGB (Red+Green+Blue) = 19+21+1=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #131501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131501 is #ECEAFE. Grayscale: #121212. Windows color (decimal): -15526655 or 70931. OLE color: 70931.

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

Color convert

RGB 19 21 1 -
CMYK 0.10 0 0.95 0.92
HSL 66º 0.91% 0.04% -
HSV(B) 66º 0.95% 0.08% -
XYZ 0.54 0.68 0.13 -
YUV 18.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 19 21 1 0.10 0 0.95 0.92 66 0.91 0.04
Hex 13 15 1 A 0 5F 5C 42 5B 4
Octal 23 25 1 12 0 137 134 102 133 4
Binary 10011 10101 1 1010 0 1011111 1011100 1000010 1011011 100

Color Harmonies of #131501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131501

Black with #131501

Text Example


Text Example

White with #131501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131501; }

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

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

background-color css

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

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

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

border-color css

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

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

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