#0F1002

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

Shades of Maire #0F1002

Tints of Maire #0F1002

Color information

#0F1002 (or 0x0F1002) is unknown color: approx Maire. HEX triplet: 0F, 10 and 02. RGB value is (15,16,2). Sum of RGB (Red+Green+Blue) = 15+16+2=33 (4% of max value = 765). Red value is 15 (6.25% from 255 or 45.45% from 33); Green value is 16 (6.64% from 255 or 48.48% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 16 - color contains mainly: green. Hex color #0F1002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1002 is #F0EFFD. Grayscale: #0E0E0E. Windows color (decimal): -15790078 or 135183. OLE color: 135183.

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

Color convert

RGB15162-
CMYK0.0600.870.94
HSL64.29º77.78%3.53%-
HSV(B)64.29º87.5%6.27%-
XYZ0.390.480.13-
YUV14.1121.17128.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 45.45%
GREEN value IS 16 (6.64% from 255) = 48.48%
BLUE value IS 2 (1.17% from 255) = 6.06%
R=45.45%
G=48.48%
B=6.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal151620.0600.870.9464.2977.783.53
HexF10260575E404e4
Octal17202601271361001164
Binary1111100001011001010111101111010000001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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