#1B182B

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

Shades of Jaguar #1B182B

Tints of Jaguar #1B182B

Color information

#1B182B (or 0x1B182B) is unknown color: approx Jaguar. HEX triplet: 1B, 18 and 2B. RGB value is (27,24,43). Sum of RGB (Red+Green+Blue) = 27+24+43=94 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.72% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #1B182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B182B is #E4E7D4. Grayscale: #1A1A1A. Windows color (decimal): -15001557 or 2824219. OLE color: 2824219.

HSL color Cylindrical-coordinate representation of color #1B182B: hue angle of 249.47º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1B182B is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB272443-
CMYK0.370.4400.83
HSL249.47º28.36%13.14%-
HSV(B)249.47º44.19%16.86%-
XYZ1.211.062.43-
YUV27.06136.99127.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 28.72%
GREEN value IS 24 (9.77% from 255) = 25.53%
BLUE value IS 43 (17.19% from 255) = 45.74%
R=28.72%
G=25.53%
B=45.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2724430.370.4400.83249.4728.3613.14
Hex1B182B252C053f91cd
Octal333053455401233713415
Binary11011110001010111001011011000101001111111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B182B; }

 p { color: rgb(27,24,43); }

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

<style>
 a { background-color: #1B182B; }

 a { background-color: rgb(27,24,43); }

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

<style>
 span { border-color: #1B182B; }

 span { border-color: rgb(27,24,43); }

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