#0B051B

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

Shades of Jaguar #0B051B

Tints of Jaguar #0B051B

Color information

#0B051B (or 0x0B051B) is unknown color: approx Jaguar. HEX triplet: 0B, 05 and 1B. RGB value is (11,5,27). Sum of RGB (Red+Green+Blue) = 11+5+27=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 27 (10.94% from 255 or 62.79% from 43); Max value from RGB is 27 - color contains mainly: blue. Hex color #0B051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B051B is #F4FAE4. Grayscale: #090909. Windows color (decimal): -16055013 or 1770763. OLE color: 1770763.

HSL color Cylindrical-coordinate representation of color #0B051B: hue angle of 256.36º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B051B is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB11527-
CMYK0.590.8100.89
HSL256.36º68.75%6.27%-
HSV(B)256.36º81.48%10.59%-
XYZ0.390.261.07-
YUV9.3137.99129.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 25.58%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 27 (10.94% from 255) = 62.79%
R=25.58%
G=11.63%
B=62.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal115270.590.8100.89256.3668.756.27
HexB51B3B51059100456
Octal135337312101314001056
Binary1011101110111110111010001010110011000000001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,5,27); }

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

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

 a { background-color: rgb(11,5,27); }

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

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

 span { border-color: rgb(11,5,27); }

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