#1F1B41

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

Shades of Paua #1F1B41

Tints of Paua #1F1B41

Color information

#1F1B41 (or 0x1F1B41) is unknown color: approx Paua. HEX triplet: 1F, 1B and 41. RGB value is (31,27,65). Sum of RGB (Red+Green+Blue) = 31+27+65=123 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.20% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F1B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1B41 is #E0E4BE. Grayscale: #202020. Windows color (decimal): -14738623 or 4266783. OLE color: 4266783.

HSL color Cylindrical-coordinate representation of color #1F1B41: hue angle of 246.32º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F1B41 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB312765-
CMYK0.520.5800.75
HSL246.32º41.3%18.04%-
HSV(B)246.32º58.46%25.49%-
XYZ1.911.465.18-
YUV32.53146.33126.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.20%
GREEN value IS 27 (10.94% from 255) = 21.95%
BLUE value IS 65 (25.78% from 255) = 52.85%
R=25.20%
G=21.95%
B=52.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3127650.520.5800.75246.3241.318.04
Hex1F1B41343A04Bf62912
Octal3733101647201133665122
Binary11111110111000001110100111010010010111111011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,27,65); }

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

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

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

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

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

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

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