Html Css Color HEX #302025 Aubergine

📋 copy color: '#302025'

red 48 ◦ green 32 ◦ blue 37

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

Shades of Aubergine #302025

Tints of Aubergine #302025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 31.62%

R = 41.03%
G = 27.35%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#302025 (or 0x302025) is known color: Aubergine. HEX triplet: 30, 20 and 25. RGB value is (48,32,37). Sum of RGB (Red+Green+Blue) = 48+32+37=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #302025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302025 is #CFDFDA. Grayscale: #252525. Windows color (decimal): -13623259 or 2433072. OLE color: 2433072.

HSL color Cylindrical-coordinate representation of color #302025: hue angle of 341.25º 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 #302025 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 32 37 -
CMYK 0 0.33 0.23 0.81
HSL 341.25º 0.2% 0.16% -
HSV(B) 341.25º 0.33% 0.19% -
XYZ 2.07 1.79 1.99 -
YUV 37.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 48 32 37 0 0.33 0.23 0.81 341.25 0.2 0.16
Hex 30 20 25 0 21 17 51 155 14 10
Octal 60 40 45 0 41 27 121 525 24 20
Binary 110000 100000 100101 0 100001 10111 1010001 101010101 10100 10000

Color Harmonies of #302025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302025

Black with #302025

Text Example


Text Example

White with #302025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302025; }

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

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

background-color css

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

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

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

border-color css

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

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

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