#080410

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

Shades of Jaguar #080410

Tints of Jaguar #080410

Color information

#080410 (or 0x080410) is unknown color: approx Jaguar. HEX triplet: 08, 04 and 10. RGB value is (8,4,16). Sum of RGB (Red+Green+Blue) = 8+4+16=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 16 (6.64% from 255 or 57.14% from 28); Max value from RGB is 16 - color contains mainly: blue. Hex color #080410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080410 is #F7FBEF. Grayscale: #060606. Windows color (decimal): -16251888 or 1049608. OLE color: 1049608.

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

Color convert

RGB8416-
CMYK0.500.7500.94
HSL260º60%3.92%-
HSV(B)260º75%6.27%-
XYZ0.240.180.51-
YUV6.56133.33129.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 28.57%
GREEN value IS 4 (1.95% from 255) = 14.29%
BLUE value IS 16 (6.64% 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.94
SystemRedGreenBlueCMYKHSL
Decimal84160.500.7500.94260603.92
Hex8410324B05E1043c4
Octal10420621130136404744
Binary100010010000110010100101101011110100000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080410; }

 p { color: rgb(8,4,16); }

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

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

 a { background-color: rgb(8,4,16); }

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

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

 span { border-color: rgb(8,4,16); }

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