Html Css Color HEX #302528 Aubergine

📋 copy color: '#302528'

red 48 ◦ green 37 ◦ blue 40

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

Shades of Aubergine #302528

Tints of Aubergine #302528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.6%

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

R = 38.4%
G = 29.6%
B = 32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#302528 (or 0x302528) is known color: Aubergine. HEX triplet: 30, 25 and 28. RGB value is (48,37,40). Sum of RGB (Red+Green+Blue) = 48+37+40=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 48 - color contains mainly: red. Hex color #302528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302528 is #CFDAD7. Grayscale: #282828. Windows color (decimal): -13621976 or 2630960. OLE color: 2630960.

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

Color convert

RGB 48 37 40 -
CMYK 0 0.23 0.17 0.81
HSL 343.64º 0.13% 0.17% -
HSV(B) 343.64º 0.23% 0.19% -
XYZ 2.26 2.1 2.29 -
YUV 40.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 48 37 40 0 0.23 0.17 0.81 343.64 0.13 0.17
Hex 30 25 28 0 17 11 51 158 D 11
Octal 60 45 50 0 27 21 121 530 15 21
Binary 110000 100101 101000 0 10111 10001 1010001 101011000 1101 10001

Color Harmonies of #302528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302528

Black with #302528

Text Example


Text Example

White with #302528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302528; }

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

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

background-color css

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

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

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

border-color css

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

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

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