#131502

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

Shades of Maire #131502

Tints of Maire #131502

Color information

#131502 (or 0x131502) is unknown color: approx Maire. HEX triplet: 13, 15 and 02. RGB value is (19,21,2). Sum of RGB (Red+Green+Blue) = 19+21+2=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 21 (8.59% from 255 or 50% from 42); Blue value is 2 (1.17% from 255 or 4.76% from 42); Max value from RGB is 21 - color contains mainly: green. Hex color #131502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131502 is #ECEAFD. Grayscale: #121212. Windows color (decimal): -15526654 or 136467. OLE color: 136467.

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

Color convert

RGB19212-
CMYK0.1000.900.92
HSL66.32º82.61%4.51%-
HSV(B)66.32º90.48%8.24%-
XYZ0.550.680.16-
YUV18.24118.84128.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 45.24%
GREEN value IS 21 (8.59% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 4.76%
R=45.24%
G=50%
B=4.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal192120.1000.900.9266.3282.614.51
Hex13152A05A5C42535
Octal232521201321341021235
Binary100111010110101001011010101110010000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131502; }

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

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

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

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

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

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

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

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