Html Css Color HEX #241D41 Tolopea

📋 copy color: '#241D41'

red 36 ◦ green 29 ◦ blue 65

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

Shades of Tolopea #241D41

Tints of Tolopea #241D41

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.31%

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

R = 27.69%
G = 22.31%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#241D41 (or 0x241D41) is known color: Tolopea. HEX triplet: 24, 1D and 41. RGB value is (36,29,65). Sum of RGB (Red+Green+Blue) = 36+29+65=130 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.69% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #241D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D41 is #DBE2BE. Grayscale: #232323. Windows color (decimal): -14410431 or 4267300. OLE color: 4267300.

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

Color convert

RGB 36 29 65 -
CMYK 0.45 0.55 0 0.75
HSL 251.67º 0.38% 0.18% -
HSV(B) 251.67º 0.55% 0.25% -
XYZ 2.12 1.64 5.2 -
YUV 35.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 36 29 65 0.45 0.55 0 0.75 251.67 0.38 0.18
Hex 24 1D 41 2D 37 0 4B FC 26 12
Octal 44 35 101 55 67 0 113 374 46 22
Binary 100100 11101 1000001 101101 110111 0 1001011 11111100 100110 10010

Color Harmonies of #241D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241D41

Black with #241D41

Text Example


Text Example

White with #241D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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