#1F1946

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

Shades of Paua #1F1946

Tints of Paua #1F1946

Color information

#1F1946 (or 0x1F1946) is unknown color: approx Paua. HEX triplet: 1F, 19 and 46. RGB value is (31,25,70). Sum of RGB (Red+Green+Blue) = 31+25+70=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #1F1946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1946 is #E0E6B9. Grayscale: #1F1F1F. Windows color (decimal): -14739130 or 4593951. OLE color: 4593951.

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

Color convert

RGB312570-
CMYK0.560.6400.73
HSL248º47.37%18.63%-
HSV(B)248º64.29%27.45%-
XYZ2.021.435.96-
YUV31.92149.49127.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.60%
GREEN value IS 25 (10.16% from 255) = 19.84%
BLUE value IS 70 (27.73% from 255) = 55.56%
R=24.60%
G=19.84%
B=55.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3125700.560.6400.7324847.3718.63
Hex1F19463840049f82f13
Octal37311067010001113705723
Binary111111100110001101110001000000010010011111100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,25,70); }

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

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

 a { background-color: rgb(31,25,70); }

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

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

 span { border-color: rgb(31,25,70); }

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