Html Css Color HEX #302225 Aubergine

📋 copy color: '#302225'

red 48 ◦ green 34 ◦ blue 37

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

Shades of Aubergine #302225

Tints of Aubergine #302225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.57%

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

R = 40.34%
G = 28.57%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#302225 (or 0x302225) is known color: Aubergine. HEX triplet: 30, 22 and 25. RGB value is (48,34,37). Sum of RGB (Red+Green+Blue) = 48+34+37=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #302225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302225 is #CFDDDA. Grayscale: #262626. Windows color (decimal): -13622747 or 2433584. OLE color: 2433584.

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

Color convert

RGB 48 34 37 -
CMYK 0 0.29 0.23 0.81
HSL 347.14º 0.17% 0.16% -
HSV(B) 347.14º 0.29% 0.19% -
XYZ 2.12 1.91 2.01 -
YUV 38.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 48 34 37 0 0.29 0.23 0.81 347.14 0.17 0.16
Hex 30 22 25 0 1D 17 51 15B 11 10
Octal 60 42 45 0 35 27 121 533 21 20
Binary 110000 100010 100101 0 11101 10111 1010001 101011011 10001 10000

Color Harmonies of #302225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302225

Black with #302225

Text Example


Text Example

White with #302225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302225; }

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

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

background-color css

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

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

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

border-color css

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

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

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