#0F1003

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

Shades of Maire #0F1003

Tints of Maire #0F1003

Color information

#0F1003 (or 0x0F1003) is unknown color: approx Maire. HEX triplet: 0F, 10 and 03. RGB value is (15,16,3). Sum of RGB (Red+Green+Blue) = 15+16+3=34 (4% of max value = 765). Red value is 15 (6.25% from 255 or 44.12% from 34); Green value is 16 (6.64% from 255 or 47.06% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 16 - color contains mainly: green. Hex color #0F1003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1003 is #F0EFFC. Grayscale: #0E0E0E. Windows color (decimal): -15790077 or 200719. OLE color: 200719.

HSL color Cylindrical-coordinate representation of color #0F1003: hue angle of 64.62º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F1003 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.94.

Color convert

RGB15163-
CMYK0.0600.810.94
HSL64.62º68.42%3.73%-
HSV(B)64.62º81.25%6.27%-
XYZ0.40.480.16-
YUV14.22121.67128.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 44.12%
GREEN value IS 16 (6.64% from 255) = 47.06%
BLUE value IS 3 (1.56% from 255) = 8.82%
R=44.12%
G=47.06%
B=8.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal151630.0600.810.9464.6268.423.73
HexF10360515E41444
Octal17203601211361011044
Binary1111100001111001010001101111010000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F1003; }

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

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

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

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

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

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

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

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