Html Css Color HEX #241B31 Tolopea

📋 copy color: '#241B31'

red 36 ◦ green 27 ◦ blue 49

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

Shades of Tolopea #241B31

Tints of Tolopea #241B31

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.11%

 BLUE value IS 49 (19.53% from 255) = 43.75%

R = 32.14%
G = 24.11%
B = 43.75%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#241B31 (or 0x241B31) is known color: Tolopea. HEX triplet: 24, 1B and 31. RGB value is (36,27,49). Sum of RGB (Red+Green+Blue) = 36+27+49=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: blue. Hex color #241B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B31 is #DBE4CE. Grayscale: #202020. Windows color (decimal): -14410959 or 3218212. OLE color: 3218212.

HSL color Cylindrical-coordinate representation of color #241B31: hue angle of 264.55º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #241B31 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 36 27 49 -
CMYK 0.27 0.45 0 0.81
HSL 264.55º 0.29% 0.15% -
HSV(B) 264.55º 0.45% 0.19% -
XYZ 1.67 1.38 3.08 -
YUV 32.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 36 27 49 0.27 0.45 0 0.81 264.55 0.29 0.15
Hex 24 1B 31 1B 2D 0 51 109 1D F
Octal 44 33 61 33 55 0 121 411 35 17
Binary 100100 11011 110001 11011 101101 0 1010001 100001001 11101 1111

Color Harmonies of #241B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241B31

Black with #241B31

Text Example


Text Example

White with #241B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,27,49); }

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

background-color css

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

 a { background-color: rgb(36,27,49); }

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

border-color css

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

 span { border-color: rgb(36,27,49); }

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