Html Css Color HEX #131302 Maire

📋 copy color: '#131302'

red 19 ◦ green 19 ◦ blue 2

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

Shades of Maire #131302

Tints of Maire #131302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 5%

R = 47.5%
G = 47.5%
B = 5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#131302 (or 0x131302) is known color: Maire. HEX triplet: 13, 13 and 02. RGB value is (19,19,2). Sum of RGB (Red+Green+Blue) = 19+19+2=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 2 (1.17% from 255 or 5% from 40); Max value from RGB is 19 - color contains mainly: red, green. Hex color #131302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131302 is #ECECFD. Grayscale: #111111. Windows color (decimal): -15527166 or 135955. OLE color: 135955.

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

Color convert

RGB 19 19 2 -
CMYK 0 0 0.89 0.93
HSL 60º 0.81% 0.04% -
HSV(B) 60º 0.89% 0.07% -
XYZ 0.51 0.61 0.15 -
YUV 17.06 119.5 129.38 -
System Red Green Blue C M Y K H S L
Decimal 19 19 2 0 0 0.89 0.93 60 0.81 0.04
Hex 13 13 2 0 0 59 5D 3C 51 4
Octal 23 23 2 0 0 131 135 74 121 4
Binary 10011 10011 10 0 0 1011001 1011101 111100 1010001 100

Color Harmonies of #131302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131302

Black with #131302

Text Example


Text Example

White with #131302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131302; }

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

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

background-color css

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

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

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

border-color css

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

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

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