#1C1A28

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

Shades of Jaguar #1C1A28

Tints of Jaguar #1C1A28

Color information

#1C1A28 (or 0x1C1A28) is unknown color: approx Jaguar. HEX triplet: 1C, 1A and 28. RGB value is (28,26,40). Sum of RGB (Red+Green+Blue) = 28+26+40=94 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.79% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: blue. Hex color #1C1A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1A28 is #E3E5D7. Grayscale: #1C1C1C. Windows color (decimal): -14935512 or 2628124. OLE color: 2628124.

HSL color Cylindrical-coordinate representation of color #1C1A28: hue angle of 248.57º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1C1A28 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB282640-
CMYK0.300.3500.84
HSL248.57º21.21%12.94%-
HSV(B)248.57º35%15.69%-
XYZ1.231.142.16-
YUV28.19134.66127.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 29.79%
GREEN value IS 26 (10.55% from 255) = 27.66%
BLUE value IS 40 (16.02% from 255) = 42.55%
R=29.79%
G=27.66%
B=42.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2826400.300.3500.84248.5721.2112.94
Hex1C1A281E23054f915d
Octal343250364301243712515
Binary1110011010101000111101000110101010011111001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,26,40); }

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

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

 a { background-color: rgb(28,26,40); }

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

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

 span { border-color: rgb(28,26,40); }

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