#1A1925

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

Shades of Jaguar #1A1925

Tints of Jaguar #1A1925

Color information

#1A1925 (or 0x1A1925) is unknown color: approx Jaguar. HEX triplet: 1A, 19 and 25. RGB value is (26,25,37). Sum of RGB (Red+Green+Blue) = 26+25+37=88 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.55% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A1925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1925 is #E5E6DA. Grayscale: #1A1A1A. Windows color (decimal): -15066843 or 2431258. OLE color: 2431258.

HSL color Cylindrical-coordinate representation of color #1A1925: hue angle of 245º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1A1925 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB262537-
CMYK0.300.3200.85
HSL245º19.35%12.16%-
HSV(B)245º32.43%14.51%-
XYZ1.111.051.89-
YUV26.67133.83127.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 29.55%
GREEN value IS 25 (10.16% from 255) = 28.41%
BLUE value IS 37 (14.84% from 255) = 42.05%
R=29.55%
G=28.41%
B=42.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2625370.300.3200.8524519.3512.16
Hex1A19251E20055f513c
Octal323145364001253652314
Binary1101011001100101111101000000101010111110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,25,37); }

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

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

 a { background-color: rgb(26,25,37); }

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

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

 span { border-color: rgb(26,25,37); }

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