#1D1052

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

Shades of Paua #1D1052

Tints of Paua #1D1052

Color information

#1D1052 (or 0x1D1052) is unknown color: approx Paua. HEX triplet: 1D, 10 and 52. RGB value is (29,16,82). Sum of RGB (Red+Green+Blue) = 29+16+82=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 82 (32.42% from 255 or 64.57% from 127); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D1052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1052 is #E2EFAD. Grayscale: #1B1B1B. Windows color (decimal): -14872494 or 5378077. OLE color: 5378077.

HSL color Cylindrical-coordinate representation of color #1D1052: hue angle of 251.82º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D1052 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB291682-
CMYK0.650.8000.68
HSL251.82º67.35%19.22%-
HSV(B)251.82º80.49%32.16%-
XYZ2.211.248.11-
YUV27.41158.81129.13-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.83%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 82 (32.42% from 255) = 64.57%
R=22.83%
G=12.60%
B=64.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2916820.650.8000.68251.8267.3519.22
Hex1D10524150044fc4313
Octal3520122101120010437410323
Binary11101100001010010100000110100000100010011111100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,16,82); }

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

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

 a { background-color: rgb(29,16,82); }

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

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

 span { border-color: rgb(29,16,82); }

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