#1B192A

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

Shades of Jaguar #1B192A

Tints of Jaguar #1B192A

Color information

#1B192A (or 0x1B192A) is unknown color: approx Jaguar. HEX triplet: 1B, 19 and 2A. RGB value is (27,25,42). Sum of RGB (Red+Green+Blue) = 27+25+42=94 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.72% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 42 - color contains mainly: blue. Hex color #1B192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B192A is #E4E6D5. Grayscale: #1B1B1B. Windows color (decimal): -15001302 or 2758939. OLE color: 2758939.

HSL color Cylindrical-coordinate representation of color #1B192A: hue angle of 247.06º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1B192A is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB272542-
CMYK0.360.4000.84
HSL247.06º25.37%13.14%-
HSV(B)247.06º40.48%16.47%-
XYZ1.221.12.34-
YUV27.54136.16127.62-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 28.72%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 42 (16.80% from 255) = 44.68%
R=28.72%
G=26.60%
B=44.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2725420.360.4000.84247.0625.3713.14
Hex1B192A2428054f719d
Octal333152445001243673115
Binary11011110011010101001001010000101010011110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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