#241D32

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

Shades of Tolopea #241D32

Tints of Tolopea #241D32

Color information

#241D32 (or 0x241D32) is unknown color: approx Tolopea. HEX triplet: 24, 1D and 32. RGB value is (36,29,50). Sum of RGB (Red+Green+Blue) = 36+29+50=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: blue. Hex color #241D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D32 is #DBE2CD. Grayscale: #212121. Windows color (decimal): -14410446 or 3284260. OLE color: 3284260.

HSL color Cylindrical-coordinate representation of color #241D32: hue angle of 260º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #241D32 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB362950-
CMYK0.280.4200.80
HSL260º26.58%15.49%-
HSV(B)260º42%19.61%-
XYZ1.741.483.21-
YUV33.49137.32129.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.30%
GREEN value IS 29 (11.72% from 255) = 25.22%
BLUE value IS 50 (19.92% from 255) = 43.48%
R=31.30%
G=25.22%
B=43.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3629500.280.4200.8026026.5815.49
Hex241D321C2A0501041bf
Octal443562345201204043317
Binary100100111011100101110010101001010000100000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,29,50); }

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

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

 a { background-color: rgb(36,29,50); }

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

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

 span { border-color: rgb(36,29,50); }

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