#0B041C

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

Shades of Jaguar #0B041C

Tints of Jaguar #0B041C

Color information

#0B041C (or 0x0B041C) is unknown color: approx Jaguar. HEX triplet: 0B, 04 and 1C. RGB value is (11,4,28). Sum of RGB (Red+Green+Blue) = 11+4+28=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 28 (11.33% from 255 or 65.12% from 43); Max value from RGB is 28 - color contains mainly: blue. Hex color #0B041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B041C is #F4FBE3. Grayscale: #080808. Windows color (decimal): -16055268 or 1836043. OLE color: 1836043.

HSL color Cylindrical-coordinate representation of color #0B041C: hue angle of 257.5º degrees, saturation: 0.75, 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 #0B041C is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB11428-
CMYK0.610.8600.89
HSL257.5º75%6.27%-
HSV(B)257.5º85.71%10.98%-
XYZ0.390.241.12-
YUV8.83138.82129.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 25.58%
GREEN value IS 4 (1.95% from 255) = 9.30%
BLUE value IS 28 (11.33% from 255) = 65.12%
R=25.58%
G=9.30%
B=65.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal114280.610.8600.89257.5756.27
HexB41C3D560591024b6
Octal134347512601314021136
Binary1011100111001111011010110010110011000000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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