#150E01

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

Shades of Maire #150E01

Tints of Maire #150E01

Color information

#150E01 (or 0x150E01) is unknown color: approx Maire. HEX triplet: 15, 0E and 01. RGB value is (21,14,1). Sum of RGB (Red+Green+Blue) = 21+14+1=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #150E01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E01 is #EAF1FE. Grayscale: #0E0E0E. Windows color (decimal): -15397375 or 69141. OLE color: 69141.

HSL color Cylindrical-coordinate representation of color #150E01: hue angle of 39º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150E01 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB21141-
CMYK00.330.950.92
HSL39º90.91%4.31%-
HSV(B)39º95.24%8.24%-
XYZ0.470.480.1-
YUV14.61120.32132.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 58.33%
GREEN value IS 14 (5.86% from 255) = 38.89%
BLUE value IS 1 (0.78% from 255) = 2.78%
R=58.33%
G=38.89%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2114100.330.950.923990.914.31
Hex15E10215F5C275b4
Octal25161041137134471334
Binary10101111010100001101111110111001001111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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