#110B30

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

Shades of Jaguar #110B30

Tints of Jaguar #110B30

Color information

#110B30 (or 0x110B30) is unknown color: approx Jaguar. HEX triplet: 11, 0B and 30. RGB value is (17,11,48). Sum of RGB (Red+Green+Blue) = 17+11+48=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #110B30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B30 is #EEF4CF. Grayscale: #101010. Windows color (decimal): -15660240 or 3148561. OLE color: 3148561.

HSL color Cylindrical-coordinate representation of color #110B30: hue angle of 249.73º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #110B30 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB171148-
CMYK0.650.7700.81
HSL249.73º62.71%11.57%-
HSV(B)249.73º77.08%18.82%-
XYZ0.880.572.86-
YUV17.01145.49127.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.37%
GREEN value IS 11 (4.69% from 255) = 14.47%
BLUE value IS 48 (19.14% from 255) = 63.16%
R=22.37%
G=14.47%
B=63.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1711480.650.7700.81249.7362.7111.57
Hex11B30414D051fa3fc
Octal21136010111501213727714
Binary1000110111100001000001100110101010001111110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110B30; }

 p { color: rgb(17,11,48); }

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

<style>
 a { background-color: #110B30; }

 a { background-color: rgb(17,11,48); }

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

<style>
 span { border-color: #110B30; }

 span { border-color: rgb(17,11,48); }

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