#241A40

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

Shades of Tolopea #241A40

Tints of Tolopea #241A40

Color information

#241A40 (or 0x241A40) is unknown color: approx Tolopea. HEX triplet: 24, 1A and 40. RGB value is (36,26,64). Sum of RGB (Red+Green+Blue) = 36+26+64=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #241A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A40 is #DBE5BF. Grayscale: #212121. Windows color (decimal): -14411200 or 4200996. OLE color: 4200996.

HSL color Cylindrical-coordinate representation of color #241A40: hue angle of 255.79º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #241A40 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB362664-
CMYK0.440.5900.75
HSL255.79º42.22%17.65%-
HSV(B)255.79º59.38%25.1%-
XYZ2.021.485.03-
YUV33.32145.31129.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.57%
GREEN value IS 26 (10.55% from 255) = 20.63%
BLUE value IS 64 (25.39% from 255) = 50.79%
R=28.57%
G=20.63%
B=50.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3626640.440.5900.75255.7942.2217.65
Hex241A402C3B04B1002a12
Octal4432100547301134005222
Binary1001001101010000001011001110110100101110000000010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,26,64); }

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

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

 a { background-color: rgb(36,26,64); }

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

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

 span { border-color: rgb(36,26,64); }

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