#241F21

Color #241F21 Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #241F21

Tints of Aubergine #241F21

Color information

#241F21 (or 0x241F21) is unknown color: approx 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

RGB363133-
CMYK00.140.080.86
HSL336º7.46%13.14%-
HSV(B)336º13.89%14.12%-
XYZ1.491.461.64-
YUV32.72128.16130.34-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36313300.140.080.863367.4613.14
Hex241F210E8561507d
Octal44374101610126520715
Binary1001001111110000101110100010101101010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>