#150E02

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

Shades of Maire #150E02

Tints of Maire #150E02

Color information

#150E02 (or 0x150E02) is unknown color: approx Maire. HEX triplet: 15, 0E and 02. RGB value is (21,14,2). Sum of RGB (Red+Green+Blue) = 21+14+2=37 (4% of max value = 765). Red value is 21 (8.59% from 255 or 56.76% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 21 - color contains mainly: red. Hex color #150E02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E02 is #EAF1FD. Grayscale: #0E0E0E. Windows color (decimal): -15397374 or 134677. OLE color: 134677.

HSL color Cylindrical-coordinate representation of color #150E02: hue angle of 37.89º 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 #150E02 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB21142-
CMYK00.330.900.92
HSL37.89º82.61%4.51%-
HSV(B)37.89º90.48%8.24%-
XYZ0.480.480.12-
YUV14.72120.82132.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 56.76%
GREEN value IS 14 (5.86% from 255) = 37.84%
BLUE value IS 2 (1.17% from 255) = 5.41%
R=56.76%
G=37.84%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2114200.330.900.9237.8982.614.51
Hex15E20215A5C26535
Octal25162041132134461235
Binary101011110100100001101101010111001001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150E02; }

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

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

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

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

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

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

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

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