#0F0626

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

Shades of Haiti #0F0626

Tints of Haiti #0F0626

Color information

#0F0626 (or 0x0F0626) is unknown color: approx Haiti. HEX triplet: 0F, 06 and 26. RGB value is (15,6,38). Sum of RGB (Red+Green+Blue) = 15+6+38=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 38 (15.23% from 255 or 64.41% from 59); Max value from RGB is 38 - color contains mainly: blue. Hex color #0F0626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0626 is #F0F9D9. Grayscale: #0C0C0C. Windows color (decimal): -15792602 or 2491919. OLE color: 2491919.

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

Color convert

RGB15638-
CMYK0.610.8400.85
HSL256.88º72.73%8.63%-
HSV(B)256.88º84.21%14.9%-
XYZ0.610.371.87-
YUV12.34142.48129.9-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25.42%
GREEN value IS 6 (2.73% from 255) = 10.17%
BLUE value IS 38 (15.23% from 255) = 64.41%
R=25.42%
G=10.17%
B=64.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal156380.610.8400.85256.8872.738.63
HexF6263D54055101499
Octal1764675124012540111111
Binary111111010011011110110101000101010110000000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,6,38); }

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

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

 a { background-color: rgb(15,6,38); }

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

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

 span { border-color: rgb(15,6,38); }

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