Html Css Color HEX #302326 Aubergine

📋 copy color: '#302326'

red 48 ◦ green 35 ◦ blue 38

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

Shades of Aubergine #302326

Tints of Aubergine #302326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.93%

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

R = 39.67%
G = 28.93%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#302326 (or 0x302326) is known color: Aubergine. HEX triplet: 30, 23 and 26. RGB value is (48,35,38). Sum of RGB (Red+Green+Blue) = 48+35+38=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 48 - color contains mainly: red. Hex color #302326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302326 is #CFDCD9. Grayscale: #272727. Windows color (decimal): -13622490 or 2499376. OLE color: 2499376.

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

Color convert

RGB 48 35 38 -
CMYK 0 0.27 0.21 0.81
HSL 346.15º 0.16% 0.16% -
HSV(B) 346.15º 0.27% 0.19% -
XYZ 2.17 1.97 2.1 -
YUV 39.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 48 35 38 0 0.27 0.21 0.81 346.15 0.16 0.16
Hex 30 23 26 0 1B 15 51 15A 10 10
Octal 60 43 46 0 33 25 121 532 20 20
Binary 110000 100011 100110 0 11011 10101 1010001 101011010 10000 10000

Color Harmonies of #302326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302326

Black with #302326

Text Example


Text Example

White with #302326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302326; }

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

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

background-color css

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

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

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

border-color css

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

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

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