#080312

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

Shades of Jaguar #080312

Tints of Jaguar #080312

Color information

#080312 (or 0x080312) is unknown color: approx Jaguar. HEX triplet: 08, 03 and 12. RGB value is (8,3,18). Sum of RGB (Red+Green+Blue) = 8+3+18=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 18 (7.42% from 255 or 62.07% from 29); Max value from RGB is 18 - color contains mainly: blue. Hex color #080312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080312 is #F7FCED. Grayscale: #060606. Windows color (decimal): -16252142 or 1180424. OLE color: 1180424.

HSL color Cylindrical-coordinate representation of color #080312: hue angle of 260º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #080312 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB8318-
CMYK0.560.8300.93
HSL260º71.43%4.12%-
HSV(B)260º83.33%7.06%-
XYZ0.240.160.59-
YUV6.2134.66129.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 27.59%
GREEN value IS 3 (1.56% from 255) = 10.34%
BLUE value IS 18 (7.42% from 255) = 62.07%
R=27.59%
G=10.34%
B=62.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal83180.560.8300.9326071.434.12
Hex8312385305D104474
Octal103227012301354041074
Binary100011100101110001010011010111011000001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080312; }

 p { color: rgb(8,3,18); }

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

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

 a { background-color: rgb(8,3,18); }

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

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

 span { border-color: rgb(8,3,18); }

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