Html Css Color HEX #131202 Maire

📋 copy color: '#131202'

red 19 ◦ green 18 ◦ blue 2

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

Shades of Maire #131202

Tints of Maire #131202

RGB

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

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

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

R = 48.72%
G = 46.15%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#131202 (or 0x131202) is known color: Maire. HEX triplet: 13, 12 and 02. RGB value is (19,18,2). Sum of RGB (Red+Green+Blue) = 19+18+2=39 (5% of max value = 765). Red value is 19 (7.81% from 255 or 48.72% from 39); Green value is 18 (7.42% from 255 or 46.15% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 19 - color contains mainly: red. Hex color #131202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131202 is #ECEDFD. Grayscale: #101010. Windows color (decimal): -15527422 or 135699. OLE color: 135699.

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

Color convert

RGB 19 18 2 -
CMYK 0 0.05 0.89 0.93
HSL 56.47º 0.81% 0.04% -
HSV(B) 56.47º 0.89% 0.07% -
XYZ 0.5 0.58 0.14 -
YUV 16.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 19 18 2 0 0.05 0.89 0.93 56.47 0.81 0.04
Hex 13 12 2 0 5 59 5D 38 51 4
Octal 23 22 2 0 5 131 135 70 121 4
Binary 10011 10010 10 0 101 1011001 1011101 111000 1010001 100

Color Harmonies of #131202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131202

Black with #131202

Text Example


Text Example

White with #131202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131202; }

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

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

background-color css

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

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

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

border-color css

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

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

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