#0B090F

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

Shades of Jaguar #0B090F

Tints of Jaguar #0B090F

Color information

#0B090F (or 0x0B090F) is unknown color: approx Jaguar. HEX triplet: 0B, 09 and 0F. RGB value is (11,9,15). Sum of RGB (Red+Green+Blue) = 11+9+15=35 (4% of max value = 765). Red value is 11 (4.69% from 255 or 31.43% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 15 - color contains mainly: blue. Hex color #0B090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B090F is #F4F6F0. Grayscale: #0A0A0A. Windows color (decimal): -16054001 or 985355. OLE color: 985355.

HSL color Cylindrical-coordinate representation of color #0B090F: hue angle of 260º degrees, saturation: 0.25, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0B090F is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB11915-
CMYK0.270.4000.94
HSL260º25%4.71%-
HSV(B)260º40%5.88%-
XYZ0.320.30.49-
YUV10.28130.66128.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 31.43%
GREEN value IS 9 (3.91% from 255) = 25.71%
BLUE value IS 15 (6.25% from 255) = 42.86%
R=31.43%
G=25.71%
B=42.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal119150.270.4000.94260254.71
HexB9F1B2805E104195
Octal13111733500136404315
Binary101110011111110111010000101111010000010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,9,15); }

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

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

 a { background-color: rgb(11,9,15); }

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

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

 span { border-color: rgb(11,9,15); }

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