Html Css Color HEX #302728 Aubergine

📋 copy color: '#302728'

red 48 ◦ green 39 ◦ blue 40

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

Shades of Aubergine #302728

Tints of Aubergine #302728

RGB

 RED value IS 48 (19.14% from 255) = 37.8%

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

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

R = 37.8%
G = 30.71%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#302728 (or 0x302728) is known color: Aubergine. HEX triplet: 30, 27 and 28. RGB value is (48,39,40). Sum of RGB (Red+Green+Blue) = 48+39+40=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #302728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302728 is #CFD8D7. Grayscale: #292929. Windows color (decimal): -13621464 or 2631472. OLE color: 2631472.

HSL color Cylindrical-coordinate representation of color #302728: hue angle of 353.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #302728 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 39 40 -
CMYK 0 0.19 0.17 0.81
HSL 353.33º 0.1% 0.17% -
HSV(B) 353.33º 0.19% 0.19% -
XYZ 2.33 2.23 2.32 -
YUV 41.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 48 39 40 0 0.19 0.17 0.81 353.33 0.1 0.17
Hex 30 27 28 0 13 11 51 161 A 11
Octal 60 47 50 0 23 21 121 541 12 21
Binary 110000 100111 101000 0 10011 10001 1010001 101100001 1010 10001

Color Harmonies of #302728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302728

Black with #302728

Text Example


Text Example

White with #302728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302728; }

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

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

background-color css

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

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

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

border-color css

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

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

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