#0A0419

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

Shades of Jaguar #0A0419

Tints of Jaguar #0A0419

Color information

#0A0419 (or 0x0A0419) is unknown color: approx Jaguar. HEX triplet: 0A, 04 and 19. RGB value is (10,4,25). Sum of RGB (Red+Green+Blue) = 10+4+25=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 25 (10.16% from 255 or 64.10% from 39); Max value from RGB is 25 - color contains mainly: blue. Hex color #0A0419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0419 is #F5FBE6. Grayscale: #080808. Windows color (decimal): -16120807 or 1639434. OLE color: 1639434.

HSL color Cylindrical-coordinate representation of color #0A0419: hue angle of 257.14º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A0419 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB10425-
CMYK0.600.8400.90
HSL257.14º72.41%5.69%-
HSV(B)257.14º84%9.8%-
XYZ0.340.220.94-
YUV8.19137.49129.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25.64%
GREEN value IS 4 (1.95% from 255) = 10.26%
BLUE value IS 25 (10.16% from 255) = 64.10%
R=25.64%
G=10.26%
B=64.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal104250.600.8400.90257.1472.415.69
HexA4193C5405A101486
Octal124317412401324011106
Binary1010100110011111001010100010110101000000011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,4,25); }

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

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

 a { background-color: rgb(10,4,25); }

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

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

 span { border-color: rgb(10,4,25); }

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