#131002

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

Shades of Maire #131002

Tints of Maire #131002

Color information

#131002 (or 0x131002) is unknown color: approx Maire. HEX triplet: 13, 10 and 02. RGB value is (19,16,2). Sum of RGB (Red+Green+Blue) = 19+16+2=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #131002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131002 is #ECEFFD. Grayscale: #0F0F0F. Windows color (decimal): -15527934 or 135187. OLE color: 135187.

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

Color convert

RGB19162-
CMYK00.160.890.93
HSL49.41º80.95%4.12%-
HSV(B)49.41º89.47%7.45%-
XYZ0.460.510.13-
YUV15.3120.49130.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 51.35%
GREEN value IS 16 (6.64% from 255) = 43.24%
BLUE value IS 2 (1.17% from 255) = 5.41%
R=51.35%
G=43.24%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1916200.160.890.9349.4180.954.12
Hex13102010595D31514
Octal23202020131135611214
Binary100111000010010000101100110111011100011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131002; }

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

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

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

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

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

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

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

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