Html Css Color HEX #1A1825 Jaguar

📋 copy color: '#1A1825'

red 26 ◦ green 24 ◦ blue 37

#1A1825
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaguar #1A1825

Tints of Jaguar #1A1825

RGB

 RED value IS 26 (10.55% from 255) = 29.89%

 GREEN value IS 24 (9.77% from 255) = 27.59%

 BLUE value IS 37 (14.84% from 255) = 42.53%

R = 29.89%
G = 27.59%
B = 42.53%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1A1825 (or 0x1A1825) is known color: Jaguar. HEX triplet: 1A, 18 and 25. RGB value is (26,24,37). Sum of RGB (Red+Green+Blue) = 26+24+37=87 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.89% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A1825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1825 is #E5E7DA. Grayscale: #1A1A1A. Windows color (decimal): -15067099 or 2431002. OLE color: 2431002.

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

Color convert

RGB 26 24 37 -
CMYK 0.30 0.35 0 0.85
HSL 249.23º 0.21% 0.12% -
HSV(B) 249.23º 0.35% 0.15% -
XYZ 1.09 1.01 1.89 -
YUV 26.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 26 24 37 0.30 0.35 0 0.85 249.23 0.21 0.12
Hex 1A 18 25 1E 23 0 55 F9 15 C
Octal 32 30 45 36 43 0 125 371 25 14
Binary 11010 11000 100101 11110 100011 0 1010101 11111001 10101 1100

Color Harmonies of #1A1825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1825

Black with #1A1825

Text Example


Text Example

White with #1A1825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A1825;
 }
 .AnyTagClassName
 {
   color: #1A1825;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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