#241A34

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

Shades of Tolopea #241A34

Tints of Tolopea #241A34

Color information

#241A34 (or 0x241A34) is unknown color: approx Tolopea. HEX triplet: 24, 1A and 34. RGB value is (36,26,52). Sum of RGB (Red+Green+Blue) = 36+26+52=114 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.58% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 52 - color contains mainly: blue. Hex color #241A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A34 is #DBE5CB. Grayscale: #1F1F1F. Windows color (decimal): -14411212 or 3414564. OLE color: 3414564.

HSL color Cylindrical-coordinate representation of color #241A34: hue angle of 263.08º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #241A34 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB362652-
CMYK0.310.5000.80
HSL263.08º33.33%15.29%-
HSV(B)263.08º50%20.39%-
XYZ1.721.363.42-
YUV31.95139.31130.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.58%
GREEN value IS 26 (10.55% from 255) = 22.81%
BLUE value IS 52 (20.70% from 255) = 45.61%
R=31.58%
G=22.81%
B=45.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3626520.310.5000.80263.0833.3315.29
Hex241A341F3205010721f
Octal443264376201204074117
Binary1001001101011010011111110010010100001000001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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