Html Css Color HEX #2C2728 Aubergine

📋 copy color: '#2C2728'

red 44 ◦ green 39 ◦ blue 40

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

Shades of Aubergine #2C2728

Tints of Aubergine #2C2728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 31.71%

 BLUE value IS 40 (16.02% from 255) = 32.52%

R = 35.77%
G = 31.71%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.83

RGB Variations

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

Color information

#2C2728 (or 0x2C2728) is known color: Aubergine. HEX triplet: 2C, 27 and 28. RGB value is (44,39,40). Sum of RGB (Red+Green+Blue) = 44+39+40=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2728 is #D3D8D7. Grayscale: #282828. Windows color (decimal): -13883608 or 2631468. OLE color: 2631468.

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

Color convert

RGB 44 39 40 -
CMYK 0 0.11 0.09 0.83
HSL 348º 0.06% 0.16% -
HSV(B) 348º 0.11% 0.17% -
XYZ 2.15 2.14 2.31 -
YUV 40.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 44 39 40 0 0.11 0.09 0.83 348 0.06 0.16
Hex 2C 27 28 0 B 9 53 15C 6 10
Octal 54 47 50 0 13 11 123 534 6 20
Binary 101100 100111 101000 0 1011 1001 1010011 101011100 110 10000

Color Harmonies of #2C2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2728

Black with #2C2728

Text Example


Text Example

White with #2C2728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,39,40); }

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

background-color css

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

 a { background-color: rgb(44,39,40); }

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

border-color css

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

 span { border-color: rgb(44,39,40); }

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