Html Css Color HEX #302023 Aubergine

📋 copy color: '#302023'

red 48 ◦ green 32 ◦ blue 35

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

Shades of Aubergine #302023

Tints of Aubergine #302023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 30.43%

R = 41.74%
G = 27.83%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#302023 (or 0x302023) is known color: Aubergine. HEX triplet: 30, 20 and 23. RGB value is (48,32,35). Sum of RGB (Red+Green+Blue) = 48+32+35=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #302023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302023 is #CFDFDC. Grayscale: #252525. Windows color (decimal): -13623261 or 2302000. OLE color: 2302000.

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

Color convert

RGB 48 32 35 -
CMYK 0 0.33 0.27 0.81
HSL 348.75º 0.2% 0.16% -
HSV(B) 348.75º 0.33% 0.19% -
XYZ 2.04 1.78 1.83 -
YUV 37.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 48 32 35 0 0.33 0.27 0.81 348.75 0.2 0.16
Hex 30 20 23 0 21 1B 51 15D 14 10
Octal 60 40 43 0 41 33 121 535 24 20
Binary 110000 100000 100011 0 100001 11011 1010001 101011101 10100 10000

Color Harmonies of #302023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302023

Black with #302023

Text Example


Text Example

White with #302023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302023; }

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

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

background-color css

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

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

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

border-color css

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

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

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