#241B1E

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

Shades of Aubergine #241B1E

Tints of Aubergine #241B1E

Color information

#241B1E (or 0x241B1E) is unknown color: approx Aubergine. HEX triplet: 24, 1B and 1E. RGB value is (36,27,30). Sum of RGB (Red+Green+Blue) = 36+27+30=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 36 - color contains mainly: red. Hex color #241B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B1E is #DBE4E1. Grayscale: #1E1E1E. Windows color (decimal): -14410978 or 1973028. OLE color: 1973028.

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

Color convert

RGB362730-
CMYK00.250.170.86
HSL340º14.29%12.35%-
HSV(B)340º25%14.12%-
XYZ1.351.251.4-
YUV30.03127.98132.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.71%
GREEN value IS 27 (10.94% from 255) = 29.03%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=38.71%
G=29.03%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36273000.250.170.8634014.2912.35
Hex241B1E0191156154ec
Octal443336031211265241614
Binary100100110111111001100110001101011010101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #241B1E;
 }
 .AnyTagClassName
 {
   color: #241B1E;
 }
</style>
background-color css

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

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

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

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

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

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