#241B31

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

Shades of Tolopea #241B31

Tints of Tolopea #241B31

Color information

#241B31 (or 0x241B31) is unknown color: approx Tolopea. HEX triplet: 24, 1B and 31. RGB value is (36,27,49). Sum of RGB (Red+Green+Blue) = 36+27+49=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: blue. Hex color #241B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B31 is #DBE4CE. Grayscale: #202020. Windows color (decimal): -14410959 or 3218212. OLE color: 3218212.

HSL color Cylindrical-coordinate representation of color #241B31: hue angle of 264.55º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #241B31 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB362749-
CMYK0.270.4500.81
HSL264.55º28.95%14.9%-
HSV(B)264.55º44.9%19.22%-
XYZ1.671.383.08-
YUV32.2137.48130.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.14%
GREEN value IS 27 (10.94% from 255) = 24.11%
BLUE value IS 49 (19.53% from 255) = 43.75%
R=32.14%
G=24.11%
B=43.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3627490.270.4500.81264.5528.9514.9
Hex241B311B2D0511091df
Octal443361335501214113517
Binary100100110111100011101110110101010001100001001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,27,49); }

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

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

 a { background-color: rgb(36,27,49); }

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

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

 span { border-color: rgb(36,27,49); }

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