#1B182C

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

Shades of Jaguar #1B182C

Tints of Jaguar #1B182C

Color information

#1B182C (or 0x1B182C) is unknown color: approx Jaguar. HEX triplet: 1B, 18 and 2C. RGB value is (27,24,44). Sum of RGB (Red+Green+Blue) = 27+24+44=95 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.42% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 44 - color contains mainly: blue. Hex color #1B182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B182C is #E4E7D3. Grayscale: #1B1B1B. Windows color (decimal): -15001556 or 2889755. OLE color: 2889755.

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

Color convert

RGB272444-
CMYK0.390.4500.83
HSL249º29.41%13.33%-
HSV(B)249º45.45%17.25%-
XYZ1.231.072.52-
YUV27.18137.49127.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 28.42%
GREEN value IS 24 (9.77% from 255) = 25.26%
BLUE value IS 44 (17.58% from 255) = 46.32%
R=28.42%
G=25.26%
B=46.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2724440.390.4500.8324929.4113.33
Hex1B182C272D053f91dd
Octal333054475501233713515
Binary11011110001011001001111011010101001111111001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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