Html Css Color HEX #241A1E Aubergine

📋 copy color: '#241A1E'

red 36 ◦ green 26 ◦ blue 30

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

Shades of Aubergine #241A1E

Tints of Aubergine #241A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 28.26%

 BLUE value IS 30 (12.11% from 255) = 32.61%

R = 39.13%
G = 28.26%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#241A1E (or 0x241A1E) is known color: Aubergine. HEX triplet: 24, 1A and 1E. RGB value is (36,26,30). Sum of RGB (Red+Green+Blue) = 36+26+30=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 36 - color contains mainly: red. Hex color #241A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A1E is #DBE5E1. Grayscale: #1D1D1D. Windows color (decimal): -14411234 or 1972772. OLE color: 1972772.

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

Color convert

RGB 36 26 30 -
CMYK 0 0.28 0.17 0.86
HSL 336º 0.16% 0.12% -
HSV(B) 336º 0.28% 0.14% -
XYZ 1.33 1.21 1.39 -
YUV 29.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 36 26 30 0 0.28 0.17 0.86 336 0.16 0.12
Hex 24 1A 1E 0 1C 11 56 150 10 C
Octal 44 32 36 0 34 21 126 520 20 14
Binary 100100 11010 11110 0 11100 10001 1010110 101010000 10000 1100

Color Harmonies of #241A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A1E

Black with #241A1E

Text Example


Text Example

White with #241A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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