Html Css Color HEX #241C1F Aubergine

📋 copy color: '#241C1F'

red 36 ◦ green 28 ◦ blue 31

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

Shades of Aubergine #241C1F

Tints of Aubergine #241C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 29.47%

 BLUE value IS 31 (12.5% from 255) = 32.63%

R = 37.89%
G = 29.47%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#241C1F (or 0x241C1F) is known color: Aubergine. HEX triplet: 24, 1C and 1F. RGB value is (36,28,31). Sum of RGB (Red+Green+Blue) = 36+28+31=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 36 - color contains mainly: red. Hex color #241C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C1F is #DBE3E0. Grayscale: #1E1E1E. Windows color (decimal): -14410721 or 2038820. OLE color: 2038820.

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

Color convert

RGB 36 28 31 -
CMYK 0 0.22 0.14 0.86
HSL 337.5º 0.13% 0.13% -
HSV(B) 337.5º 0.22% 0.14% -
XYZ 1.39 1.3 1.47 -
YUV 30.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 36 28 31 0 0.22 0.14 0.86 337.5 0.13 0.13
Hex 24 1C 1F 0 16 E 56 152 C D
Octal 44 34 37 0 26 16 126 522 14 15
Binary 100100 11100 11111 0 10110 1110 1010110 101010010 1100 1101

Color Harmonies of #241C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241C1F

Black with #241C1F

Text Example


Text Example

White with #241C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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