#131402

Color #131402 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #131402

Tints of Maire #131402

Color information

#131402 (or 0x131402) is unknown color: approx Maire. HEX triplet: 13, 14 and 02. RGB value is (19,20,2). Sum of RGB (Red+Green+Blue) = 19+20+2=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #131402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131402 is #ECEBFD. Grayscale: #111111. Windows color (decimal): -15526910 or 136211. OLE color: 136211.

HSL color Cylindrical-coordinate representation of color #131402: hue angle of 63.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131402 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB19202-
CMYK0.0500.900.92
HSL63.33º81.82%4.31%-
HSV(B)63.33º90%7.84%-
XYZ0.530.640.15-
YUV17.65119.17128.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 46.34%
GREEN value IS 20 (8.20% from 255) = 48.78%
BLUE value IS 2 (1.17% from 255) = 4.88%
R=46.34%
G=48.78%
B=4.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal192020.0500.900.9263.3381.824.31
Hex13142505A5C3f524
Octal2324250132134771224
Binary1001110100101010101101010111001111111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131402; }

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

 H1.HeaderClassName
 {
   color: #131402;
 }
 .AnyTagClassName
 {
   color: #131402;
 }
</style>
background-color css

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

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

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

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

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

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