Html Css Color HEX #302026 Aubergine

📋 copy color: '#302026'

red 48 ◦ green 32 ◦ blue 38

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

Shades of Aubergine #302026

Tints of Aubergine #302026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.12%

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

R = 40.68%
G = 27.12%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#302026 (or 0x302026) is known color: Aubergine. HEX triplet: 30, 20 and 26. RGB value is (48,32,38). Sum of RGB (Red+Green+Blue) = 48+32+38=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #302026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302026 is #CFDFD9. Grayscale: #252525. Windows color (decimal): -13623258 or 2498608. OLE color: 2498608.

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

Color convert

RGB 48 32 38 -
CMYK 0 0.33 0.21 0.81
HSL 337.5º 0.2% 0.16% -
HSV(B) 337.5º 0.33% 0.19% -
XYZ 2.09 1.8 2.07 -
YUV 37.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 48 32 38 0 0.33 0.21 0.81 337.5 0.2 0.16
Hex 30 20 26 0 21 15 51 152 14 10
Octal 60 40 46 0 41 25 121 522 24 20
Binary 110000 100000 100110 0 100001 10101 1010001 101010010 10100 10000

Color Harmonies of #302026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302026

Black with #302026

Text Example


Text Example

White with #302026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302026; }

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

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

background-color css

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

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

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

border-color css

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

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

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