#0A0515

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

Shades of Jaguar #0A0515

Tints of Jaguar #0A0515

Color information

#0A0515 (or 0x0A0515) is unknown color: approx Jaguar. HEX triplet: 0A, 05 and 15. RGB value is (10,5,21). Sum of RGB (Red+Green+Blue) = 10+5+21=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 21 (8.59% from 255 or 58.33% from 36); Max value from RGB is 21 - color contains mainly: blue. Hex color #0A0515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0515 is #F5FAEA. Grayscale: #080808. Windows color (decimal): -16120555 or 1377546. OLE color: 1377546.

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

Color convert

RGB10521-
CMYK0.520.7600.92
HSL258.75º61.54%5.1%-
HSV(B)258.75º76.19%8.24%-
XYZ0.310.230.74-
YUV8.32135.16129.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 27.78%
GREEN value IS 5 (2.34% from 255) = 13.89%
BLUE value IS 21 (8.59% from 255) = 58.33%
R=27.78%
G=13.89%
B=58.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal105210.520.7600.92258.7561.545.1
HexA515344C05C1033e5
Octal12525641140134403765
Binary101010110101110100100110001011100100000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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