Html Css Color HEX #131001 Maire

📋 copy color: '#131001'

red 19 ◦ green 16 ◦ blue 1

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

Shades of Maire #131001

Tints of Maire #131001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 44.44%

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

R = 52.78%
G = 44.44%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.93

RGB Variations

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

Color information

#131001 (or 0x131001) is known color: Maire. HEX triplet: 13, 10 and 01. RGB value is (19,16,1). Sum of RGB (Red+Green+Blue) = 19+16+1=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #131001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131001 is #ECEFFE. Grayscale: #0F0F0F. Windows color (decimal): -15527935 or 69651. OLE color: 69651.

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

Color convert

RGB 19 16 1 -
CMYK 0 0.16 0.95 0.93
HSL 50º 0.9% 0.04% -
HSV(B) 50º 0.95% 0.07% -
XYZ 0.46 0.51 0.1 -
YUV 15.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 19 16 1 0 0.16 0.95 0.93 50 0.9 0.04
Hex 13 10 1 0 10 5F 5D 32 5A 4
Octal 23 20 1 0 20 137 135 62 132 4
Binary 10011 10000 1 0 10000 1011111 1011101 110010 1011010 100

Color Harmonies of #131001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131001

Black with #131001

Text Example


Text Example

White with #131001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131001; }

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

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

background-color css

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

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

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

border-color css

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

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

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