#0B0715

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

Shades of Jaguar #0B0715

Tints of Jaguar #0B0715

Color information

#0B0715 (or 0x0B0715) is unknown color: approx Jaguar. HEX triplet: 0B, 07 and 15. RGB value is (11,7,21). Sum of RGB (Red+Green+Blue) = 11+7+21=39 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.21% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #0B0715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0715 is #F4F8EA. Grayscale: #090909. Windows color (decimal): -16054507 or 1378059. OLE color: 1378059.

HSL color Cylindrical-coordinate representation of color #0B0715: hue angle of 257.14º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B0715 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB11721-
CMYK0.480.6700.92
HSL257.14º50%5.49%-
HSV(B)257.14º66.67%8.24%-
XYZ0.350.280.74-
YUV9.79134.33128.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 28.21%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 21 (8.59% from 255) = 53.85%
R=28.21%
G=17.95%
B=53.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal117210.480.6700.92257.14505.49
HexB715304305C101325
Octal13725601030134401625
Binary101111110101110000100001101011100100000001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,7,21); }

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

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

 a { background-color: rgb(11,7,21); }

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

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

 span { border-color: rgb(11,7,21); }

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