#1C192B

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

Shades of Jaguar #1C192B

Tints of Jaguar #1C192B

Color information

#1C192B (or 0x1C192B) is unknown color: approx Jaguar. HEX triplet: 1C, 19 and 2B. RGB value is (28,25,43). Sum of RGB (Red+Green+Blue) = 28+25+43=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 43 - color contains mainly: blue. Hex color #1C192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C192B is #E3E6D4. Grayscale: #1B1B1B. Windows color (decimal): -14935765 or 2824476. OLE color: 2824476.

HSL color Cylindrical-coordinate representation of color #1C192B: hue angle of 250º 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 #1C192B is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB282543-
CMYK0.350.4200.83
HSL250º26.47%13.33%-
HSV(B)250º41.86%16.86%-
XYZ1.261.122.43-
YUV27.95136.49128.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 29.17%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 43 (17.19% from 255) = 44.79%
R=29.17%
G=26.04%
B=44.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2825430.350.4200.8325026.4713.33
Hex1C192B232A053fa1ad
Octal343153435201233723215
Binary11100110011010111000111010100101001111111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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