#0B041D

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

Shades of Jaguar #0B041D

Tints of Jaguar #0B041D

Color information

#0B041D (or 0x0B041D) is unknown color: approx Jaguar. HEX triplet: 0B, 04 and 1D. RGB value is (11,4,29). Sum of RGB (Red+Green+Blue) = 11+4+29=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 29 (11.72% from 255 or 65.91% from 44); Max value from RGB is 29 - color contains mainly: blue. Hex color #0B041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B041D is #F4FBE2. Grayscale: #080808. Windows color (decimal): -16055267 or 1901579. OLE color: 1901579.

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

Color convert

RGB11429-
CMYK0.620.8600.89
HSL256.8º75.76%6.47%-
HSV(B)256.8º86.21%11.37%-
XYZ0.40.251.19-
YUV8.94139.32129.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 25%
GREEN value IS 4 (1.95% from 255) = 9.09%
BLUE value IS 29 (11.72% from 255) = 65.91%
R=25%
G=9.09%
B=65.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal114290.620.8600.89256.875.766.47
HexB41D3E560591014c6
Octal134357612601314011146
Binary1011100111011111101010110010110011000000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,4,29); }

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

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

 a { background-color: rgb(11,4,29); }

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

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

 span { border-color: rgb(11,4,29); }

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