#0B0617

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

Shades of Jaguar #0B0617

Tints of Jaguar #0B0617

Color information

#0B0617 (or 0x0B0617) is unknown color: approx Jaguar. HEX triplet: 0B, 06 and 17. RGB value is (11,6,23). Sum of RGB (Red+Green+Blue) = 11+6+23=40 (5% of max value = 765). Red value is 11 (4.69% from 255 or 27.5% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 23 (9.38% from 255 or 57.5% from 40); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B0617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0617 is #F4F9E8. Grayscale: #090909. Windows color (decimal): -16054761 or 1508875. OLE color: 1508875.

HSL color Cylindrical-coordinate representation of color #0B0617: hue angle of 257.65º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B0617 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11623-
CMYK0.520.7400.91
HSL257.65º58.62%5.69%-
HSV(B)257.65º73.91%9.02%-
XYZ0.360.260.84-
YUV9.43135.66129.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 27.5%
GREEN value IS 6 (2.73% from 255) = 15%
BLUE value IS 23 (9.38% from 255) = 57.5%
R=27.5%
G=15%
B=57.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal116230.520.7400.91257.6558.625.69
HexB617344A05B1023b6
Octal13627641120133402736
Binary101111010111110100100101001011011100000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,6,23); }

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

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

 a { background-color: rgb(11,6,23); }

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

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

 span { border-color: rgb(11,6,23); }

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