#0B0323

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

Shades of Jaguar #0B0323

Tints of Jaguar #0B0323

Color information

#0B0323 (or 0x0B0323) is unknown color: approx Jaguar. HEX triplet: 0B, 03 and 23. RGB value is (11,3,35). Sum of RGB (Red+Green+Blue) = 11+3+35=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 35 (14.06% from 255 or 71.43% from 49); Max value from RGB is 35 - color contains mainly: blue. Hex color #0B0323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0323 is #F4FCDC. Grayscale: #080808. Windows color (decimal): -16055517 or 2294539. OLE color: 2294539.

HSL color Cylindrical-coordinate representation of color #0B0323: hue angle of 255º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B0323 is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB11335-
CMYK0.690.9100.86
HSL255º84.21%7.45%-
HSV(B)255º91.43%13.73%-
XYZ0.470.261.61-
YUV9.04142.65129.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22.45%
GREEN value IS 3 (1.56% from 255) = 6.12%
BLUE value IS 35 (14.06% from 255) = 71.43%
R=22.45%
G=6.12%
B=71.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal113350.690.9100.8625584.217.45
HexB323455B056ff547
Octal1334310513301263771247
Binary1011111000111000101101101101010110111111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,3,35); }

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

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

 a { background-color: rgb(11,3,35); }

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

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

 span { border-color: rgb(11,3,35); }

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