#241840

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

Shades of Tolopea #241840

Tints of Tolopea #241840

Color information

#241840 (or 0x241840) is unknown color: approx Tolopea. HEX triplet: 24, 18 and 40. RGB value is (36,24,64). Sum of RGB (Red+Green+Blue) = 36+24+64=124 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.03% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #241840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241840 is #DBE7BF. Grayscale: #202020. Windows color (decimal): -14411712 or 4200484. OLE color: 4200484.

HSL color Cylindrical-coordinate representation of color #241840: hue angle of 258º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #241840 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB362464-
CMYK0.440.6200.75
HSL258º45.45%17.25%-
HSV(B)258º62.5%25.1%-
XYZ1.981.45.02-
YUV32.15145.98130.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.03%
GREEN value IS 24 (9.77% from 255) = 19.35%
BLUE value IS 64 (25.39% from 255) = 51.61%
R=29.03%
G=19.35%
B=51.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3624640.440.6200.7525845.4517.25
Hex2418402C3E04B1022d11
Octal4430100547601134025521
Binary1001001100010000001011001111100100101110000001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241840; }

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

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

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

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

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

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

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

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