Html Css Color HEX #241F21 Aubergine

📋 copy color: '#241F21'

red 36 ◦ green 31 ◦ blue 33

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

Shades of Aubergine #241F21

Tints of Aubergine #241F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 33%

R = 36%
G = 31%
B = 33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#241F21 (or 0x241F21) is known color: Aubergine. HEX triplet: 24, 1F and 21. RGB value is (36,31,33). Sum of RGB (Red+Green+Blue) = 36+31+33=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 36 - color contains mainly: red. Hex color #241F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F21 is #DBE0DE. Grayscale: #202020. Windows color (decimal): -14409951 or 2170660. OLE color: 2170660.

HSL color Cylindrical-coordinate representation of color #241F21: hue angle of 336º 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 #241F21 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 31 33 -
CMYK 0 0.14 0.08 0.86
HSL 336º 0.07% 0.13% -
HSV(B) 336º 0.14% 0.14% -
XYZ 1.49 1.46 1.64 -
YUV 32.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 36 31 33 0 0.14 0.08 0.86 336 0.07 0.13
Hex 24 1F 21 0 E 8 56 150 7 D
Octal 44 37 41 0 16 10 126 520 7 15
Binary 100100 11111 100001 0 1110 1000 1010110 101010000 111 1101

Color Harmonies of #241F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F21

Black with #241F21

Text Example


Text Example

White with #241F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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