#1E1D46

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

Shades of Paua #1E1D46

Tints of Paua #1E1D46

Color information

#1E1D46 (or 0x1E1D46) is unknown color: approx Paua. HEX triplet: 1E, 1D and 46. RGB value is (30,29,70). Sum of RGB (Red+Green+Blue) = 30+29+70=129 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.26% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #1E1D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1D46 is #E1E2B9. Grayscale: #212121. Windows color (decimal): -14803642 or 4594974. OLE color: 4594974.

HSL color Cylindrical-coordinate representation of color #1E1D46: hue angle of 241.46º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E1D46 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB302970-
CMYK0.570.5900.73
HSL241.46º41.41%19.41%-
HSV(B)241.46º58.57%27.45%-
XYZ2.081.65.99-
YUV33.97148.33125.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.26%
GREEN value IS 29 (11.72% from 255) = 22.48%
BLUE value IS 70 (27.73% from 255) = 54.26%
R=23.26%
G=22.48%
B=54.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3029700.570.5900.73241.4641.4119.41
Hex1E1D46393B049f12913
Octal3635106717301113615123
Binary11110111011000110111001111011010010011111000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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