#150F02

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

Shades of Maire #150F02

Tints of Maire #150F02

Color information

#150F02 (or 0x150F02) is unknown color: approx Maire. HEX triplet: 15, 0F and 02. RGB value is (21,15,2). Sum of RGB (Red+Green+Blue) = 21+15+2=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #150F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F02 is #EAF0FD. Grayscale: #0F0F0F. Windows color (decimal): -15397118 or 134933. OLE color: 134933.

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

Color convert

RGB21152-
CMYK00.290.900.92
HSL41.05º82.61%4.51%-
HSV(B)41.05º90.48%8.24%-
XYZ0.490.510.13-
YUV15.31120.49132.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 55.26%
GREEN value IS 15 (6.25% from 255) = 39.47%
BLUE value IS 2 (1.17% from 255) = 5.26%
R=55.26%
G=39.47%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2115200.290.900.9241.0582.614.51
Hex15F201D5A5C29535
Octal25172035132134511235
Binary10101111110011101101101010111001010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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