#1B192B

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

Shades of Jaguar #1B192B

Tints of Jaguar #1B192B

Color information

#1B192B (or 0x1B192B) is unknown color: approx Jaguar. HEX triplet: 1B, 19 and 2B. RGB value is (27,25,43). Sum of RGB (Red+Green+Blue) = 27+25+43=95 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.42% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 43 - color contains mainly: blue. Hex color #1B192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B192B is #E4E6D4. Grayscale: #1B1B1B. Windows color (decimal): -15001301 or 2824475. OLE color: 2824475.

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

Color convert

RGB272543-
CMYK0.370.4200.83
HSL246.67º26.47%13.33%-
HSV(B)246.67º41.86%16.86%-
XYZ1.241.12.43-
YUV27.65136.66127.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 28.42%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 43 (17.19% from 255) = 45.26%
R=28.42%
G=26.32%
B=45.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2725430.370.4200.83246.6726.4713.33
Hex1B192B252A053f71ad
Octal333153455201233673215
Binary11011110011010111001011010100101001111110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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