#1F1239

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

Shades of Tolopea #1F1239

Tints of Tolopea #1F1239

Color information

#1F1239 (or 0x1F1239) is unknown color: approx Tolopea. HEX triplet: 1F, 12 and 39. RGB value is (31,18,57). Sum of RGB (Red+Green+Blue) = 31+18+57=106 (14% of max value = 765). Red value is 31 (12.5% from 255 or 29.25% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 57 (22.66% from 255 or 53.77% from 106); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F1239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1239 is #E0EDC6. Grayscale: #1A1A1A. Windows color (decimal): -14740935 or 3740191. OLE color: 3740191.

HSL color Cylindrical-coordinate representation of color #1F1239: hue angle of 260º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F1239 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB311857-
CMYK0.460.6800.78
HSL260º52%14.71%-
HSV(B)260º68.42%22.35%-
XYZ1.521.023.99-
YUV26.33145.31131.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 29.25%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 57 (22.66% from 255) = 53.77%
R=29.25%
G=16.98%
B=53.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3118570.460.6800.782605214.71
Hex1F12392E4404E10434f
Octal3722715610401164046417
Binary11111100101110011011101000100010011101000001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,18,57); }

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

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

 a { background-color: rgb(31,18,57); }

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

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

 span { border-color: rgb(31,18,57); }

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