#1E1D28

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

Shades of Jaguar #1E1D28

Tints of Jaguar #1E1D28

Color information

#1E1D28 (or 0x1E1D28) is unknown color: approx Jaguar. HEX triplet: 1E, 1D and 28. RGB value is (30,29,40). Sum of RGB (Red+Green+Blue) = 30+29+40=99 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30.30% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E1D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1D28 is #E1E2D7. Grayscale: #1E1E1E. Windows color (decimal): -14803672 or 2628894. OLE color: 2628894.

HSL color Cylindrical-coordinate representation of color #1E1D28: hue angle of 245.45º degrees, saturation: 0.16, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1E1D28 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB302940-
CMYK0.250.2800.84
HSL245.45º15.94%13.53%-
HSV(B)245.45º27.5%15.69%-
XYZ1.361.312.19-
YUV30.55133.33127.61-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.30%
GREEN value IS 29 (11.72% from 255) = 29.29%
BLUE value IS 40 (16.02% from 255) = 40.40%
R=30.30%
G=29.29%
B=40.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3029400.250.2800.84245.4515.9413.53
Hex1E1D28191C054f510e
Octal363550313401243652016
Binary111101110110100011001111000101010011110101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,29,40); }

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

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

 a { background-color: rgb(30,29,40); }

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

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

 span { border-color: rgb(30,29,40); }

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