#1A1828

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

Shades of Jaguar #1A1828

Tints of Jaguar #1A1828

Color information

#1A1828 (or 0x1A1828) is unknown color: approx Jaguar. HEX triplet: 1A, 18 and 28. RGB value is (26,24,40). Sum of RGB (Red+Green+Blue) = 26+24+40=90 (11% of max value = 765). Red value is 26 (10.55% from 255 or 28.89% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 40 - color contains mainly: blue. Hex color #1A1828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1828 is #E5E7D7. Grayscale: #1A1A1A. Windows color (decimal): -15067096 or 2627610. OLE color: 2627610.

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

Color convert

RGB262440-
CMYK0.350.4000.84
HSL247.5º25%12.55%-
HSV(B)247.5º40%15.69%-
XYZ1.141.032.15-
YUV26.42135.66127.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 28.89%
GREEN value IS 24 (9.77% from 255) = 26.67%
BLUE value IS 40 (16.02% from 255) = 44.44%
R=28.89%
G=26.67%
B=44.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2624400.350.4000.84247.52512.55
Hex1A18282328054f819d
Octal323050435001243703115
Binary11010110001010001000111010000101010011111000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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