#1f1f4f

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

Shades of Paua #1F1F4F

Tints of Paua #1F1F4F

Color information

#1F1F4F (or 0x1F1F4F) is unknown color: approx Paua. HEX triplet: 1F, 1F and 4F. RGB value is (31,31,79). Sum of RGB (Red+Green+Blue) = 31+31+79=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 79 (31.25% from 255 or 56.03% from 141); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F1F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1F4F is #E0E0B0. Grayscale: #242424. Windows color (decimal): -14737585 or 5185311. OLE color: 5185311.

HSL color Cylindrical-coordinate representation of color #1F1F4F: hue angle of 240º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F1F4F is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB313179-
CMYK0.610.6100.69
HSL240º43.64%21.57%-
HSV(B)240º60.76%30.98%-
XYZ2.471.847.62-
YUV36.47152124.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.99%
GREEN value IS 31 (12.5% from 255) = 21.99%
BLUE value IS 79 (31.25% from 255) = 56.03%
R=21.99%
G=21.99%
B=56.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3131790.610.6100.6924043.6421.57
Hex1F1F4F3D3D045f02c16
Octal3737117757501053605426
Binary11111111111001111111101111101010001011111000010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f1f4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,31,79); }

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

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

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

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

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

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

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