#0A0514

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

Shades of Haiti #0A0514

Tints of Haiti #0A0514

Color information

#0A0514 (or 0x0A0514) is unknown color: approx Haiti. HEX triplet: 0A, 05 and 14. RGB value is (10,5,20). Sum of RGB (Red+Green+Blue) = 10+5+20=35 (4% of max value = 765). Red value is 10 (4.30% from 255 or 28.57% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 20 (8.20% from 255 or 57.14% from 35); Max value from RGB is 20 - color contains mainly: blue. Hex color #0A0514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0514 is #F5FAEB. Grayscale: #080808. Windows color (decimal): -16120556 or 1312010. OLE color: 1312010.

HSL color Cylindrical-coordinate representation of color #0A0514: hue angle of 260º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0A0514 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB10520-
CMYK0.500.7500.92
HSL260º60%4.9%-
HSV(B)260º75%7.84%-
XYZ0.310.220.69-
YUV8.2134.66129.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 28.57%
GREEN value IS 5 (2.34% from 255) = 14.29%
BLUE value IS 20 (8.20% from 255) = 57.14%
R=28.57%
G=14.29%
B=57.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal105200.500.7500.92260604.9
HexA514324B05C1043c5
Octal12524621130134404745
Binary101010110100110010100101101011100100000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,5,20); }

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

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

 a { background-color: rgb(10,5,20); }

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

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

 span { border-color: rgb(10,5,20); }

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