#1B1939

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

Shades of Jaguar #1B1939

Tints of Jaguar #1B1939

Color information

#1B1939 (or 0x1B1939) is unknown color: approx Jaguar. HEX triplet: 1B, 19 and 39. RGB value is (27,25,57). Sum of RGB (Red+Green+Blue) = 27+25+57=109 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.77% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #1B1939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1939 is #E4E6C6. Grayscale: #1D1D1D. Windows color (decimal): -15001287 or 3741979. OLE color: 3741979.

HSL color Cylindrical-coordinate representation of color #1B1939: hue angle of 243.75º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B1939 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB272557-
CMYK0.530.5600.78
HSL243.75º39.02%16.08%-
HSV(B)243.75º56.14%22.35%-
XYZ1.541.224.03-
YUV29.25143.66126.4-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.77%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 57 (22.66% from 255) = 52.29%
R=24.77%
G=22.94%
B=52.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2725570.530.5600.78243.7539.0216.08
Hex1B1939353804Ef42710
Octal333171657001163644720
Binary1101111001111001110101111000010011101111010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,25,57); }

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

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

 a { background-color: rgb(27,25,57); }

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

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

 span { border-color: rgb(27,25,57); }

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