#0A0418

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

Shades of Jaguar #0A0418

Tints of Jaguar #0A0418

Color information

#0A0418 (or 0x0A0418) is unknown color: approx Jaguar. HEX triplet: 0A, 04 and 18. RGB value is (10,4,24). Sum of RGB (Red+Green+Blue) = 10+4+24=38 (5% of max value = 765). Red value is 10 (4.30% from 255 or 26.32% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 24 (9.77% from 255 or 63.16% from 38); Max value from RGB is 24 - color contains mainly: blue. Hex color #0A0418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0418 is #F5FBE7. Grayscale: #080808. Windows color (decimal): -16120808 or 1573898. OLE color: 1573898.

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

Color convert

RGB10424-
CMYK0.580.8300.91
HSL258º71.43%5.49%-
HSV(B)258º83.33%9.41%-
XYZ0.330.220.89-
YUV8.07136.99129.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 26.32%
GREEN value IS 4 (1.95% from 255) = 10.53%
BLUE value IS 24 (9.77% from 255) = 63.16%
R=26.32%
G=10.53%
B=63.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal104240.580.8300.9125871.435.49
HexA4183A5305B102475
Octal124307212301334021075
Binary1010100110001110101010011010110111000000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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