#16132B

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

Shades of Jaguar #16132B

Tints of Jaguar #16132B

Color information

#16132B (or 0x16132B) is unknown color: approx Jaguar. HEX triplet: 16, 13 and 2B. RGB value is (22,19,43). Sum of RGB (Red+Green+Blue) = 22+19+43=84 (11% of max value = 765). Red value is 22 (8.98% from 255 or 26.19% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #16132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16132B is #E9ECD4. Grayscale: #161616. Windows color (decimal): -15330517 or 2822934. OLE color: 2822934.

HSL color Cylindrical-coordinate representation of color #16132B: hue angle of 247.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #16132B is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB221943-
CMYK0.490.5600.83
HSL247.5º38.71%12.16%-
HSV(B)247.5º55.81%16.86%-
XYZ10.812.39-
YUV22.63139.49127.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.19%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 43 (17.19% from 255) = 51.19%
R=26.19%
G=22.62%
B=51.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2219430.490.5600.83247.538.7112.16
Hex16132B3138053f827c
Octal262353617001233704714
Binary101101001110101111000111100001010011111110001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16132B; }

 p { color: rgb(22,19,43); }

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

<style>
 a { background-color: #16132B; }

 a { background-color: rgb(22,19,43); }

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

<style>
 span { border-color: #16132B; }

 span { border-color: rgb(22,19,43); }

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