#0F0A1A

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

Shades of Haiti #0F0A1A

Tints of Haiti #0F0A1A

Color information

#0F0A1A (or 0x0F0A1A) is unknown color: approx Haiti. HEX triplet: 0F, 0A and 1A. RGB value is (15,10,26). Sum of RGB (Red+Green+Blue) = 15+10+26=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #0F0A1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0A1A is #F0F5E5. Grayscale: #0D0D0D. Windows color (decimal): -15791590 or 1706511. OLE color: 1706511.

HSL color Cylindrical-coordinate representation of color #0F0A1A: hue angle of 258.75º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F0A1A is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB151026-
CMYK0.420.6200.90
HSL258.75º44.44%7.06%-
HSV(B)258.75º61.54%10.2%-
XYZ0.490.391.03-
YUV13.32135.16129.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 29.41%
GREEN value IS 10 (4.30% from 255) = 19.61%
BLUE value IS 26 (10.55% from 255) = 50.98%
R=29.41%
G=19.61%
B=50.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1510260.420.6200.90258.7544.447.06
HexFA1A2A3E05A1032c7
Octal17123252760132403547
Binary111110101101010101011111001011010100000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,10,26); }

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

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

 a { background-color: rgb(15,10,26); }

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

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

 span { border-color: rgb(15,10,26); }

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