#0A0516

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

Shades of Jaguar #0A0516

Tints of Jaguar #0A0516

Color information

#0A0516 (or 0x0A0516) is unknown color: approx Jaguar. HEX triplet: 0A, 05 and 16. RGB value is (10,5,22). Sum of RGB (Red+Green+Blue) = 10+5+22=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 22 (8.98% from 255 or 59.46% from 37); Max value from RGB is 22 - color contains mainly: blue. Hex color #0A0516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0516 is #F5FAE9. Grayscale: #080808. Windows color (decimal): -16120554 or 1443082. OLE color: 1443082.

HSL color Cylindrical-coordinate representation of color #0A0516: hue angle of 257.65º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A0516 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB10522-
CMYK0.550.7700.91
HSL257.65º62.96%5.29%-
HSV(B)257.65º77.27%8.63%-
XYZ0.320.230.79-
YUV8.43135.66129.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 27.03%
GREEN value IS 5 (2.34% from 255) = 13.51%
BLUE value IS 22 (8.98% from 255) = 59.46%
R=27.03%
G=13.51%
B=59.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal105220.550.7700.91257.6562.965.29
HexA516374D05B1023f5
Octal12526671150133402775
Binary101010110110110111100110101011011100000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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