#241D42

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

Shades of Tolopea #241D42

Tints of Tolopea #241D42

Color information

#241D42 (or 0x241D42) is unknown color: approx Tolopea. HEX triplet: 24, 1D and 42. RGB value is (36,29,66). Sum of RGB (Red+Green+Blue) = 36+29+66=131 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.48% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 66 (26.17% from 255 or 50.38% from 131); Max value from RGB is 66 - color contains mainly: blue. Hex color #241D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D42 is #DBE2BD. Grayscale: #232323. Windows color (decimal): -14410430 or 4332836. OLE color: 4332836.

HSL color Cylindrical-coordinate representation of color #241D42: hue angle of 251.35º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #241D42 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB362966-
CMYK0.450.5600.74
HSL251.35º38.95%18.63%-
HSV(B)251.35º56.06%25.88%-
XYZ2.151.655.36-
YUV35.31145.32128.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.48%
GREEN value IS 29 (11.72% from 255) = 22.14%
BLUE value IS 66 (26.17% from 255) = 50.38%
R=27.48%
G=22.14%
B=50.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3629660.450.5600.74251.3538.9518.63
Hex241D422D3804Afb2713
Octal4435102557001123734723
Binary100100111011000010101101111000010010101111101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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