Html Css Color HEX #302628 Aubergine

📋 copy color: '#302628'

red 48 ◦ green 38 ◦ blue 40

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

Shades of Aubergine #302628

Tints of Aubergine #302628

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.16%

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

R = 38.1%
G = 30.16%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#302628 (or 0x302628) is known color: Aubergine. HEX triplet: 30, 26 and 28. RGB value is (48,38,40). Sum of RGB (Red+Green+Blue) = 48+38+40=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #302628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302628 is #CFD9D7. Grayscale: #292929. Windows color (decimal): -13621720 or 2631216. OLE color: 2631216.

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

Color convert

RGB 48 38 40 -
CMYK 0 0.21 0.17 0.81
HSL 348º 0.12% 0.17% -
HSV(B) 348º 0.21% 0.19% -
XYZ 2.3 2.17 2.3 -
YUV 41.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 48 38 40 0 0.21 0.17 0.81 348 0.12 0.17
Hex 30 26 28 0 15 11 51 15C C 11
Octal 60 46 50 0 25 21 121 534 14 21
Binary 110000 100110 101000 0 10101 10001 1010001 101011100 1100 10001

Color Harmonies of #302628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302628

Black with #302628

Text Example


Text Example

White with #302628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302628; }

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

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

background-color css

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

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

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

border-color css

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

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

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