#1F1851

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

Shades of Paua #1F1851

Tints of Paua #1F1851

Color information

#1F1851 (or 0x1F1851) is unknown color: approx Paua. HEX triplet: 1F, 18 and 51. RGB value is (31,24,81). Sum of RGB (Red+Green+Blue) = 31+24+81=136 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.79% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F1851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1851 is #E0E7AE. Grayscale: #202020. Windows color (decimal): -14739375 or 5314591. OLE color: 5314591.

HSL color Cylindrical-coordinate representation of color #1F1851: hue angle of 247.37º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F1851 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB312481-
CMYK0.620.7000.68
HSL247.37º54.29%20.59%-
HSV(B)247.37º70.37%31.76%-
XYZ2.381.547.96-
YUV32.59155.32126.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.79%
GREEN value IS 24 (9.77% from 255) = 17.65%
BLUE value IS 81 (32.03% from 255) = 59.56%
R=22.79%
G=17.65%
B=59.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3124810.620.7000.68247.3754.2920.59
Hex1F18513E46044f73615
Octal37301217610601043676625
Binary111111100010100011111101000110010001001111011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,24,81); }

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

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

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

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

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

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

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