Html Css Color HEX #241F23 Melanzane

📋 copy color: '#241F23'

red 36 ◦ green 31 ◦ blue 35

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

Shades of Melanzane #241F23

Tints of Melanzane #241F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 34.31%

R = 35.29%
G = 30.39%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.86

RGB Variations

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

Color information

#241F23 (or 0x241F23) is known color: Melanzane. HEX triplet: 24, 1F and 23. RGB value is (36,31,35). Sum of RGB (Red+Green+Blue) = 36+31+35=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 36 - color contains mainly: red. Hex color #241F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F23 is #DBE0DC. Grayscale: #202020. Windows color (decimal): -14409949 or 2301732. OLE color: 2301732.

HSL color Cylindrical-coordinate representation of color #241F23: hue angle of 312º degrees, saturation: 0.07, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #241F23 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 31 35 -
CMYK 0 0.14 0.03 0.86
HSL 312º 0.07% 0.13% -
HSV(B) 312º 0.14% 0.14% -
XYZ 1.52 1.48 1.79 -
YUV 32.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 36 31 35 0 0.14 0.03 0.86 312 0.07 0.13
Hex 24 1F 23 0 E 3 56 138 7 D
Octal 44 37 43 0 16 3 126 470 7 15
Binary 100100 11111 100011 0 1110 11 1010110 100111000 111 1101

Color Harmonies of #241F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F23

Black with #241F23

Text Example


Text Example

White with #241F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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