Html Css Color HEX #302425 Aubergine

📋 copy color: '#302425'

red 48 ◦ green 36 ◦ blue 37

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

Shades of Aubergine #302425

Tints of Aubergine #302425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.75%

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

R = 39.67%
G = 29.75%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#302425 (or 0x302425) is known color: Aubergine. HEX triplet: 30, 24 and 25. RGB value is (48,36,37). Sum of RGB (Red+Green+Blue) = 48+36+37=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 48 - color contains mainly: red. Hex color #302425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302425 is #CFDBDA. Grayscale: #272727. Windows color (decimal): -13622235 or 2434096. OLE color: 2434096.

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

Color convert

RGB 48 36 37 -
CMYK 0 0.25 0.23 0.81
HSL 355º 0.14% 0.16% -
HSV(B) 355º 0.25% 0.19% -
XYZ 2.18 2.02 2.03 -
YUV 39.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 48 36 37 0 0.25 0.23 0.81 355 0.14 0.16
Hex 30 24 25 0 19 17 51 163 E 10
Octal 60 44 45 0 31 27 121 543 16 20
Binary 110000 100100 100101 0 11001 10111 1010001 101100011 1110 10000

Color Harmonies of #302425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302425

Black with #302425

Text Example


Text Example

White with #302425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302425; }

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

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

background-color css

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

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

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

border-color css

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

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

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