#241D35

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

Shades of Tolopea #241D35

Tints of Tolopea #241D35

Color information

#241D35 (or 0x241D35) is unknown color: approx Tolopea. HEX triplet: 24, 1D and 35. RGB value is (36,29,53). Sum of RGB (Red+Green+Blue) = 36+29+53=118 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.51% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 53 - color contains mainly: blue. Hex color #241D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D35 is #DBE2CA. Grayscale: #212121. Windows color (decimal): -14410443 or 3480868. OLE color: 3480868.

HSL color Cylindrical-coordinate representation of color #241D35: hue angle of 257.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #241D35 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB362953-
CMYK0.320.4500.79
HSL257.5º29.27%16.08%-
HSV(B)257.5º45.28%20.78%-
XYZ1.811.513.56-
YUV33.83138.82129.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30.51%
GREEN value IS 29 (11.72% from 255) = 24.58%
BLUE value IS 53 (21.09% from 255) = 44.92%
R=30.51%
G=24.58%
B=44.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3629530.320.4500.79257.529.2716.08
Hex241D35202D04F1021d10
Octal443565405501174023520
Binary10010011101110101100000101101010011111000000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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