Html Css Color HEX #131201 Maire

📋 copy color: '#131201'

red 19 ◦ green 18 ◦ blue 1

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

Shades of Maire #131201

Tints of Maire #131201

RGB

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

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

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

R = 50%
G = 47.37%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.93

RGB Variations

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

Color information

#131201 (or 0x131201) is known color: Maire. HEX triplet: 13, 12 and 01. RGB value is (19,18,1). Sum of RGB (Red+Green+Blue) = 19+18+1=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 18 (7.42% from 255 or 47.37% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #131201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131201 is #ECEDFE. Grayscale: #101010. Windows color (decimal): -15527423 or 70163. OLE color: 70163.

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

Color convert

RGB 19 18 1 -
CMYK 0 0.05 0.95 0.93
HSL 56.67º 0.9% 0.04% -
HSV(B) 56.67º 0.95% 0.07% -
XYZ 0.49 0.57 0.11 -
YUV 16.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 19 18 1 0 0.05 0.95 0.93 56.67 0.9 0.04
Hex 13 12 1 0 5 5F 5D 39 5A 4
Octal 23 22 1 0 5 137 135 71 132 4
Binary 10011 10010 1 0 101 1011111 1011101 111001 1011010 100

Color Harmonies of #131201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131201

Black with #131201

Text Example


Text Example

White with #131201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131201; }

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

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

background-color css

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

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

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

border-color css

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

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

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