#150F03

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

Shades of Maire #150F03

Tints of Maire #150F03

Color information

#150F03 (or 0x150F03) is unknown color: approx Maire. HEX triplet: 15, 0F and 03. RGB value is (21,15,3). Sum of RGB (Red+Green+Blue) = 21+15+3=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 3 (1.56% from 255 or 7.69% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #150F03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F03 is #EAF0FC. Grayscale: #0F0F0F. Windows color (decimal): -15397117 or 200469. OLE color: 200469.

HSL color Cylindrical-coordinate representation of color #150F03: hue angle of 40º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150F03 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.92.

Color convert

RGB21153-
CMYK00.290.860.92
HSL40º75%4.71%-
HSV(B)40º85.71%8.24%-
XYZ0.50.510.16-
YUV15.43120.99131.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 53.85%
GREEN value IS 15 (6.25% from 255) = 38.46%
BLUE value IS 3 (1.56% from 255) = 7.69%
R=53.85%
G=38.46%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2115300.290.860.9240754.71
Hex15F301D565C284b5
Octal25173035126134501135
Binary10101111111011101101011010111001010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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