Html Css Color HEX #241B1D Aubergine

📋 copy color: '#241B1D'

red 36 ◦ green 27 ◦ blue 29

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

Shades of Aubergine #241B1D

Tints of Aubergine #241B1D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 29.35%

 BLUE value IS 29 (11.72% from 255) = 31.52%

R = 39.13%
G = 29.35%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.86

RGB Variations

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

Color information

#241B1D (or 0x241B1D) is known color: Aubergine. HEX triplet: 24, 1B and 1D. RGB value is (36,27,29). Sum of RGB (Red+Green+Blue) = 36+27+29=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 36 - color contains mainly: red. Hex color #241B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B1D is #DBE4E2. Grayscale: #1D1D1D. Windows color (decimal): -14410979 or 1907492. OLE color: 1907492.

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

Color convert

RGB 36 27 29 -
CMYK 0 0.25 0.19 0.86
HSL 346.67º 0.14% 0.12% -
HSV(B) 346.67º 0.25% 0.14% -
XYZ 1.34 1.25 1.33 -
YUV 29.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 36 27 29 0 0.25 0.19 0.86 346.67 0.14 0.12
Hex 24 1B 1D 0 19 13 56 15B E C
Octal 44 33 35 0 31 23 126 533 16 14
Binary 100100 11011 11101 0 11001 10011 1010110 101011011 1110 1100

Color Harmonies of #241B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241B1D

Black with #241B1D

Text Example


Text Example

White with #241B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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