#1F1B40

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

Shades of Paua #1F1B40

Tints of Paua #1F1B40

Color information

#1F1B40 (or 0x1F1B40) is unknown color: approx Paua. HEX triplet: 1F, 1B and 40. RGB value is (31,27,64). Sum of RGB (Red+Green+Blue) = 31+27+64=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #1F1B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1B40 is #E0E4BF. Grayscale: #202020. Windows color (decimal): -14738624 or 4201247. OLE color: 4201247.

HSL color Cylindrical-coordinate representation of color #1F1B40: hue angle of 246.49º 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 #1F1B40 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB312764-
CMYK0.520.5800.75
HSL246.49º40.66%17.84%-
HSV(B)246.49º57.81%25.1%-
XYZ1.881.455.03-
YUV32.41145.83126.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.41%
GREEN value IS 27 (10.94% from 255) = 22.13%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=25.41%
G=22.13%
B=52.46%

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
Decimal3127640.520.5800.75246.4940.6617.84
Hex1F1B40343A04Bf62912
Octal3733100647201133665122
Binary11111110111000000110100111010010010111111011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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