Html Css Color HEX #2C2426 Aubergine

📋 copy color: '#2C2426'

red 44 ◦ green 36 ◦ blue 38

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

Shades of Aubergine #2C2426

Tints of Aubergine #2C2426

RGB

 RED value IS 44 (17.58% from 255) = 37.29%

 GREEN value IS 36 (14.45% from 255) = 30.51%

 BLUE value IS 38 (15.23% from 255) = 32.2%

R = 37.29%
G = 30.51%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.83

RGB Variations

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

Color information

#2C2426 (or 0x2C2426) is known color: Aubergine. HEX triplet: 2C, 24 and 26. RGB value is (44,36,38). Sum of RGB (Red+Green+Blue) = 44+36+38=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2426 is #D3DBD9. Grayscale: #262626. Windows color (decimal): -13884378 or 2499628. OLE color: 2499628.

HSL color Cylindrical-coordinate representation of color #2C2426: hue angle of 345º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2C2426 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.83.

Color convert

RGB 44 36 38 -
CMYK 0 0.18 0.14 0.83
HSL 345º 0.1% 0.16% -
HSV(B) 345º 0.18% 0.17% -
XYZ 2.02 1.94 2.1 -
YUV 38.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 44 36 38 0 0.18 0.14 0.83 345 0.1 0.16
Hex 2C 24 26 0 12 E 53 159 A 10
Octal 54 44 46 0 22 16 123 531 12 20
Binary 101100 100100 100110 0 10010 1110 1010011 101011001 1010 10000

Color Harmonies of #2C2426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2426

Black with #2C2426

Text Example


Text Example

White with #2C2426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C2426; }

 p { color: rgb(44,36,38); }

 H1.HeaderClassName
 {
   color: #2C2426;
 }
 .AnyTagClassName
 {
   color: #2C2426;
 }
</style>

background-color css

<style>
 a { background-color: #2C2426; }

 a { background-color: rgb(44,36,38); }

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

border-color css

<style>
 span { border-color: #2C2426; }

 span { border-color: rgb(44,36,38); }

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