#241A35

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

Shades of Tolopea #241A35

Tints of Tolopea #241A35

Color information

#241A35 (or 0x241A35) is unknown color: approx Tolopea. HEX triplet: 24, 1A and 35. RGB value is (36,26,53). Sum of RGB (Red+Green+Blue) = 36+26+53=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 53 - color contains mainly: blue. Hex color #241A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A35 is #DBE5CA. Grayscale: #1F1F1F. Windows color (decimal): -14411211 or 3480100. OLE color: 3480100.

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

Color convert

RGB362653-
CMYK0.320.5100.79
HSL262.22º34.18%15.49%-
HSV(B)262.22º50.94%20.78%-
XYZ1.741.373.54-
YUV32.07139.81130.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.30%
GREEN value IS 26 (10.55% from 255) = 22.61%
BLUE value IS 53 (21.09% from 255) = 46.09%
R=31.30%
G=22.61%
B=46.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3626530.320.5100.79262.2234.1815.49
Hex241A35203304F10622f
Octal443265406301174064217
Binary10010011010110101100000110011010011111000001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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