Html Css Color HEX #302526 Aubergine

📋 copy color: '#302526'

red 48 ◦ green 37 ◦ blue 38

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

Shades of Aubergine #302526

Tints of Aubergine #302526

RGB

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

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

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

R = 39.02%
G = 30.08%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#302526 (or 0x302526) is known color: Aubergine. HEX triplet: 30, 25 and 26. RGB value is (48,37,38). Sum of RGB (Red+Green+Blue) = 48+37+38=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #302526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302526 is #CFDAD9. Grayscale: #282828. Windows color (decimal): -13621978 or 2499888. OLE color: 2499888.

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

Color convert

RGB 48 37 38 -
CMYK 0 0.23 0.21 0.81
HSL 354.55º 0.13% 0.17% -
HSV(B) 354.55º 0.23% 0.19% -
XYZ 2.23 2.09 2.12 -
YUV 40.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 48 37 38 0 0.23 0.21 0.81 354.55 0.13 0.17
Hex 30 25 26 0 17 15 51 163 D 11
Octal 60 45 46 0 27 25 121 543 15 21
Binary 110000 100101 100110 0 10111 10101 1010001 101100011 1101 10001

Color Harmonies of #302526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302526

Black with #302526

Text Example


Text Example

White with #302526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302526; }

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

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

background-color css

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

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

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

border-color css

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

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

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