#1E1531

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

Shades of Tolopea #1E1531

Tints of Tolopea #1E1531

Color information

#1E1531 (or 0x1E1531) is unknown color: approx Tolopea. HEX triplet: 1E, 15 and 31. RGB value is (30,21,49). Sum of RGB (Red+Green+Blue) = 30+21+49=100 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E1531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1531 is #E1EACE. Grayscale: #1A1A1A. Windows color (decimal): -14805711 or 3216670. OLE color: 3216670.

HSL color Cylindrical-coordinate representation of color #1E1531: hue angle of 259.29º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E1531 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB302149-
CMYK0.390.5700.81
HSL259.29º40%13.73%-
HSV(B)259.29º57.14%19.22%-
XYZ1.361.033.03-
YUV26.88140.48130.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30%
GREEN value IS 21 (8.59% from 255) = 21%
BLUE value IS 49 (19.53% from 255) = 49%
R=30%
G=21%
B=49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3021490.390.5700.81259.294013.73
Hex1E1531273905110328e
Octal362561477101214035016
Binary1111010101110001100111111001010100011000000111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,21,49); }

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

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

 a { background-color: rgb(30,21,49); }

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

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

 span { border-color: rgb(30,21,49); }

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