Html Css Color HEX #241F41 Tolopea

📋 copy color: '#241F41'

red 36 ◦ green 31 ◦ blue 65

#241F41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tolopea #241F41

Tints of Tolopea #241F41

RGB

 RED value IS 36 (14.45% from 255) = 27.27%

 GREEN value IS 31 (12.5% from 255) = 23.48%

 BLUE value IS 65 (25.78% from 255) = 49.24%

R = 27.27%
G = 23.48%
B = 49.24%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#241F41 (or 0x241F41) is known color: Tolopea. HEX triplet: 24, 1F and 41. RGB value is (36,31,65). Sum of RGB (Red+Green+Blue) = 36+31+65=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #241F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F41 is #DBE0BE. Grayscale: #242424. Windows color (decimal): -14409919 or 4267812. OLE color: 4267812.

HSL color Cylindrical-coordinate representation of color #241F41: hue angle of 248.82º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #241F41 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 36 31 65 -
CMYK 0.45 0.52 0 0.75
HSL 248.82º 0.35% 0.19% -
HSV(B) 248.82º 0.52% 0.25% -
XYZ 2.17 1.74 5.22 -
YUV 36.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 36 31 65 0.45 0.52 0 0.75 248.82 0.35 0.19
Hex 24 1F 41 2D 34 0 4B F9 23 13
Octal 44 37 101 55 64 0 113 371 43 23
Binary 100100 11111 1000001 101101 110100 0 1001011 11111001 100011 10011

Color Harmonies of #241F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F41

Black with #241F41

Text Example


Text Example

White with #241F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,31,65); }

 H1.HeaderClassName
 {
   color: #241F41;
 }
 .AnyTagClassName
 {
   color: #241F41;
 }
</style>

background-color css

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

 a { background-color: rgb(36,31,65); }

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

border-color css

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

 span { border-color: rgb(36,31,65); }

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