#0F0725

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

Shades of Haiti #0F0725

Tints of Haiti #0F0725

Color information

#0F0725 (or 0x0F0725) is unknown color: approx Haiti. HEX triplet: 0F, 07 and 25. RGB value is (15,7,37). Sum of RGB (Red+Green+Blue) = 15+7+37=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 37 (14.84% from 255 or 62.71% from 59); Max value from RGB is 37 - color contains mainly: blue. Hex color #0F0725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0725 is #F0F8DA. Grayscale: #0C0C0C. Windows color (decimal): -15792347 or 2426639. OLE color: 2426639.

HSL color Cylindrical-coordinate representation of color #0F0725: hue angle of 256º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F0725 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB15737-
CMYK0.590.8100.85
HSL256º68.18%8.63%-
HSV(B)256º81.08%14.51%-
XYZ0.610.391.79-
YUV12.81141.65129.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25.42%
GREEN value IS 7 (3.12% from 255) = 11.86%
BLUE value IS 37 (14.84% from 255) = 62.71%
R=25.42%
G=11.86%
B=62.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal157370.590.8100.8525668.188.63
HexF7253B51055100449
Octal1774573121012540010411
Binary111111110010111101110100010101010110000000010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,7,37); }

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

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

 a { background-color: rgb(15,7,37); }

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

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

 span { border-color: rgb(15,7,37); }

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