#0B0A0D

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

Shades of Jaguar #0B0A0D

Tints of Jaguar #0B0A0D

Color information

#0B0A0D (or 0x0B0A0D) is unknown color: approx Jaguar. HEX triplet: 0B, 0A and 0D. RGB value is (11,10,13). Sum of RGB (Red+Green+Blue) = 11+10+13=34 (4% of max value = 765). Red value is 11 (4.69% from 255 or 32.35% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 13 - color contains mainly: blue. Hex color #0B0A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0A0D is #F4F5F2. Grayscale: #0A0A0A. Windows color (decimal): -16053747 or 854539. OLE color: 854539.

HSL color Cylindrical-coordinate representation of color #0B0A0D: hue angle of 260º degrees, saturation: 0.13, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #0B0A0D is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB111013-
CMYK0.150.2300.95
HSL260º13.04%4.51%-
HSV(B)260º23.08%5.1%-
XYZ0.320.320.43-
YUV10.64129.33128.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 32.35%
GREEN value IS 10 (4.30% from 255) = 29.41%
BLUE value IS 13 (5.47% from 255) = 38.24%
R=32.35%
G=29.41%
B=38.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1110130.150.2300.9526013.044.51
HexBADF1705F104d5
Octal13121517270137404155
Binary101110101101111110111010111111000001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,10,13); }

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

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

 a { background-color: rgb(11,10,13); }

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

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

 span { border-color: rgb(11,10,13); }

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