#1D1646

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

Shades of Paua #1D1646

Tints of Paua #1D1646

Color information

#1D1646 (or 0x1D1646) is unknown color: approx Paua. HEX triplet: 1D, 16 and 46. RGB value is (29,22,70). Sum of RGB (Red+Green+Blue) = 29+22+70=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 70 (27.73% from 255 or 57.85% from 121); Max value from RGB is 70 - color contains mainly: blue. Hex color #1D1646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1646 is #E2E9B9. Grayscale: #1D1D1D. Windows color (decimal): -14870970 or 4593181. OLE color: 4593181.

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

Color convert

RGB292270-
CMYK0.590.6900.73
HSL248.75º52.17%18.04%-
HSV(B)248.75º68.57%27.45%-
XYZ1.91.285.94-
YUV29.56150.82127.6-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.97%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 70 (27.73% from 255) = 57.85%
R=23.97%
G=18.18%
B=57.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2922700.590.6900.73248.7552.1718.04
Hex1D16463B45049f93412
Octal35261067310501113716422
Binary111011011010001101110111000101010010011111100111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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