#1F1631

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

Shades of Tolopea #1F1631

Tints of Tolopea #1F1631

Color information

#1F1631 (or 0x1F1631) is unknown color: approx Tolopea. HEX triplet: 1F, 16 and 31. RGB value is (31,22,49). Sum of RGB (Red+Green+Blue) = 31+22+49=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #1F1631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1631 is #E0E9CE. Grayscale: #1B1B1B. Windows color (decimal): -14739919 or 3216927. OLE color: 3216927.

HSL color Cylindrical-coordinate representation of color #1F1631: hue angle of 260º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F1631 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB312249-
CMYK0.370.5500.81
HSL260º38.03%13.92%-
HSV(B)260º55.1%19.22%-
XYZ1.411.093.04-
YUV27.77139.98130.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 30.39%
GREEN value IS 22 (8.98% from 255) = 21.57%
BLUE value IS 49 (19.53% from 255) = 48.04%
R=30.39%
G=21.57%
B=48.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3122490.370.5500.8126038.0313.92
Hex1F1631253705110426e
Octal372661456701214044616
Binary1111110110110001100101110111010100011000001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,22,49); }

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

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

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

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

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

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

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