#1E1537

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

Shades of Tolopea #1E1537

Tints of Tolopea #1E1537

Color information

#1E1537 (or 0x1E1537) is unknown color: approx Tolopea. HEX triplet: 1E, 15 and 37. RGB value is (30,21,55). Sum of RGB (Red+Green+Blue) = 30+21+55=106 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.30% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E1537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1537 is #E1EAC8. Grayscale: #1B1B1B. Windows color (decimal): -14805705 or 3609886. OLE color: 3609886.

HSL color Cylindrical-coordinate representation of color #1E1537: hue angle of 255.88º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E1537 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB302155-
CMYK0.450.6200.78
HSL255.88º44.74%14.9%-
HSV(B)255.88º61.82%21.57%-
XYZ1.491.093.75-
YUV27.57143.48129.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 28.30%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 55 (21.88% from 255) = 51.89%
R=28.30%
G=19.81%
B=51.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3021550.450.6200.78255.8844.7414.9
Hex1E15372D3E04E1002df
Octal362567557601164005517
Binary1111010101110111101101111110010011101000000001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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