#1D1447

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

Shades of Paua #1D1447

Tints of Paua #1D1447

Color information

#1D1447 (or 0x1D1447) is unknown color: approx Paua. HEX triplet: 1D, 14 and 47. RGB value is (29,20,71). Sum of RGB (Red+Green+Blue) = 29+20+71=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D1447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1447 is #E2EBB8. Grayscale: #1C1C1C. Windows color (decimal): -14871481 or 4658205. OLE color: 4658205.

HSL color Cylindrical-coordinate representation of color #1D1447: hue angle of 250.59º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D1447 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB292071-
CMYK0.590.7200.72
HSL250.59º56.04%17.84%-
HSV(B)250.59º71.83%27.84%-
XYZ1.891.226.1-
YUV28.5151.98128.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.17%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 71 (28.12% from 255) = 59.17%
R=24.17%
G=16.67%
B=59.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2920710.590.7200.72250.5956.0417.84
Hex1D14473B48048fb3812
Octal35241077311001103737022
Binary111011010010001111110111001000010010001111101111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,20,71); }

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

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

 a { background-color: rgb(29,20,71); }

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

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

 span { border-color: rgb(29,20,71); }

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