#241F41

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

Shades of Tolopea #241F41

Tints of Tolopea #241F41

Color information

#241F41 (or 0x241F41) is unknown color: approx Tolopea. HEX triplet: 24, 1F and 41. RGB value is (36,31,65). Sum of RGB (Red+Green+Blue) = 36+31+65=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #241F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F41 is #DBE0BE. Grayscale: #242424. Windows color (decimal): -14409919 or 4267812. OLE color: 4267812.

HSL color Cylindrical-coordinate representation of color #241F41: hue angle of 248.82º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #241F41 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB363165-
CMYK0.450.5200.75
HSL248.82º35.42%18.82%-
HSV(B)248.82º52.31%25.49%-
XYZ2.171.745.22-
YUV36.37144.16127.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.27%
GREEN value IS 31 (12.5% from 255) = 23.48%
BLUE value IS 65 (25.78% from 255) = 49.24%
R=27.27%
G=23.48%
B=49.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3631650.450.5200.75248.8235.4218.82
Hex241F412D3404Bf92313
Octal4437101556401133714323
Binary100100111111000001101101110100010010111111100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241F41; }

 p { color: rgb(36,31,65); }

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

<style>
 a { background-color: #241F41; }

 a { background-color: rgb(36,31,65); }

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

<style>
 span { border-color: #241F41; }

 span { border-color: rgb(36,31,65); }

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