#0F0529

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

Shades of Haiti #0F0529

Tints of Haiti #0F0529

Color information

#0F0529 (or 0x0F0529) is unknown color: approx Haiti. HEX triplet: 0F, 05 and 29. RGB value is (15,5,41). Sum of RGB (Red+Green+Blue) = 15+5+41=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 41 (16.41% from 255 or 67.21% from 61); Max value from RGB is 41 - color contains mainly: blue. Hex color #0F0529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0529 is #F0FAD6. Grayscale: #0B0B0B. Windows color (decimal): -15792855 or 2688271. OLE color: 2688271.

HSL color Cylindrical-coordinate representation of color #0F0529: hue angle of 256.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F0529 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB15541-
CMYK0.630.8800.84
HSL256.67º78.26%9.02%-
HSV(B)256.67º87.8%16.08%-
XYZ0.650.372.13-
YUV12.09144.31130.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.59%
GREEN value IS 5 (2.34% from 255) = 8.20%
BLUE value IS 41 (16.41% from 255) = 67.21%
R=24.59%
G=8.20%
B=67.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal155410.630.8800.84256.6778.269.02
HexF5293F580541014e9
Octal1755177130012440111611
Binary111110110100111111110110000101010010000000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,5,41); }

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

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

 a { background-color: rgb(15,5,41); }

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

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

 span { border-color: rgb(15,5,41); }

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