#0B0616

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

Shades of Jaguar #0B0616

Tints of Jaguar #0B0616

Color information

#0B0616 (or 0x0B0616) is unknown color: approx Jaguar. HEX triplet: 0B, 06 and 16. RGB value is (11,6,22). Sum of RGB (Red+Green+Blue) = 11+6+22=39 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.21% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B0616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0616 is #F4F9E9. Grayscale: #090909. Windows color (decimal): -16054762 or 1443339. OLE color: 1443339.

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

Color convert

RGB11622-
CMYK0.50.7300.91
HSL258.75º57.14%5.49%-
HSV(B)258.75º72.73%8.63%-
XYZ0.350.260.79-
YUV9.32135.16129.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 28.21%
GREEN value IS 6 (2.73% from 255) = 15.38%
BLUE value IS 22 (8.98% from 255) = 56.41%
R=28.21%
G=15.38%
B=56.41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal116220.50.7300.91258.7557.145.49
HexB616324905B103395
Octal13626621110133403715
Binary101111010110110010100100101011011100000011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,6,22); }

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

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

 a { background-color: rgb(11,6,22); }

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

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

 span { border-color: rgb(11,6,22); }

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