Html Css Color HEX #131301 Maire

📋 copy color: '#131301'

red 19 ◦ green 19 ◦ blue 1

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

Shades of Maire #131301

Tints of Maire #131301

RGB

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

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

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

R = 48.72%
G = 48.72%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.93

RGB Variations

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

Color information

#131301 (or 0x131301) is known color: Maire. HEX triplet: 13, 13 and 01. RGB value is (19,19,1). Sum of RGB (Red+Green+Blue) = 19+19+1=39 (5% of max value = 765). Red value is 19 (7.81% from 255 or 48.72% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 19 - color contains mainly: red, green. Hex color #131301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131301 is #ECECFE. Grayscale: #111111. Windows color (decimal): -15527167 or 70419. OLE color: 70419.

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

Color convert

RGB 19 19 1 -
CMYK 0 0 0.95 0.93
HSL 60º 0.9% 0.04% -
HSV(B) 60º 0.95% 0.07% -
XYZ 0.51 0.61 0.12 -
YUV 16.95 119 129.46 -
System Red Green Blue C M Y K H S L
Decimal 19 19 1 0 0 0.95 0.93 60 0.9 0.04
Hex 13 13 1 0 0 5F 5D 3C 5A 4
Octal 23 23 1 0 0 137 135 74 132 4
Binary 10011 10011 1 0 0 1011111 1011101 111100 1011010 100

Color Harmonies of #131301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131301

Black with #131301

Text Example


Text Example

White with #131301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131301; }

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

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

background-color css

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

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

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

border-color css

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

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

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