#0B051C

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

Shades of Jaguar #0B051C

Tints of Jaguar #0B051C

Color information

#0B051C (or 0x0B051C) is unknown color: approx Jaguar. HEX triplet: 0B, 05 and 1C. RGB value is (11,5,28). Sum of RGB (Red+Green+Blue) = 11+5+28=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 28 (11.33% from 255 or 63.64% from 44); Max value from RGB is 28 - color contains mainly: blue. Hex color #0B051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B051C is #F4FAE3. Grayscale: #090909. Windows color (decimal): -16055012 or 1836299. OLE color: 1836299.

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

Color convert

RGB11528-
CMYK0.610.8200.89
HSL255.65º69.7%6.47%-
HSV(B)255.65º82.14%10.98%-
XYZ0.40.261.13-
YUV9.42138.49129.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 25%
GREEN value IS 5 (2.34% from 255) = 11.36%
BLUE value IS 28 (11.33% from 255) = 63.64%
R=25%
G=11.36%
B=63.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal115280.610.8200.89255.6569.76.47
HexB51C3D52059100466
Octal135347512201314001066
Binary1011101111001111011010010010110011000000001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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