#1F1152

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

Shades of Paua #1F1152

Tints of Paua #1F1152

Color information

#1F1152 (or 0x1F1152) is unknown color: approx Paua. HEX triplet: 1F, 11 and 52. RGB value is (31,17,82). Sum of RGB (Red+Green+Blue) = 31+17+82=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 82 (32.42% from 255 or 63.08% from 130); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F1152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1152 is #E0EEAD. Grayscale: #1C1C1C. Windows color (decimal): -14741166 or 5378335. OLE color: 5378335.

HSL color Cylindrical-coordinate representation of color #1F1152: hue angle of 252.92º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F1152 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB311782-
CMYK0.620.7900.68
HSL252.92º65.66%19.41%-
HSV(B)252.92º79.27%32.16%-
XYZ2.291.38.11-
YUV28.6158.14129.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.85%
GREEN value IS 17 (7.03% from 255) = 13.08%
BLUE value IS 82 (32.42% from 255) = 63.08%
R=23.85%
G=13.08%
B=63.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3117820.620.7900.68252.9265.6619.41
Hex1F11523E4F044fd4213
Octal372112276117010437510223
Binary1111110001101001011111010011110100010011111101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,17,82); }

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

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

 a { background-color: rgb(31,17,82); }

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

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

 span { border-color: rgb(31,17,82); }

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