#1F1B42

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

Shades of Paua #1F1B42

Tints of Paua #1F1B42

Color information

#1F1B42 (or 0x1F1B42) is unknown color: approx Paua. HEX triplet: 1F, 1B and 42. RGB value is (31,27,66). Sum of RGB (Red+Green+Blue) = 31+27+66=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 66 (26.17% from 255 or 53.23% from 124); Max value from RGB is 66 - color contains mainly: blue. Hex color #1F1B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1B42 is #E0E4BD. Grayscale: #202020. Windows color (decimal): -14738622 or 4332319. OLE color: 4332319.

HSL color Cylindrical-coordinate representation of color #1F1B42: hue angle of 246.15º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F1B42 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB312766-
CMYK0.530.5900.74
HSL246.15º41.94%18.24%-
HSV(B)246.15º59.09%25.88%-
XYZ1.941.475.34-
YUV32.64146.83126.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25%
GREEN value IS 27 (10.94% from 255) = 21.77%
BLUE value IS 66 (26.17% from 255) = 53.23%
R=25%
G=21.77%
B=53.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3127660.530.5900.74246.1541.9418.24
Hex1F1B42353B04Af62a12
Octal3733102657301123665222
Binary11111110111000010110101111011010010101111011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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