Html Css Color HEX #302021 Aubergine

📋 copy color: '#302021'

red 48 ◦ green 32 ◦ blue 33

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

Shades of Aubergine #302021

Tints of Aubergine #302021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 29.2%

R = 42.48%
G = 28.32%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#302021 (or 0x302021) is known color: Aubergine. HEX triplet: 30, 20 and 21. RGB value is (48,32,33). Sum of RGB (Red+Green+Blue) = 48+32+33=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #302021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302021 is #CFDFDE. Grayscale: #242424. Windows color (decimal): -13623263 or 2170928. OLE color: 2170928.

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

Color convert

RGB 48 32 33 -
CMYK 0 0.33 0.31 0.81
HSL 356.25º 0.2% 0.16% -
HSV(B) 356.25º 0.33% 0.19% -
XYZ 2.01 1.77 1.67 -
YUV 36.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 48 32 33 0 0.33 0.31 0.81 356.25 0.2 0.16
Hex 30 20 21 0 21 1F 51 164 14 10
Octal 60 40 41 0 41 37 121 544 24 20
Binary 110000 100000 100001 0 100001 11111 1010001 101100100 10100 10000

Color Harmonies of #302021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302021

Black with #302021

Text Example


Text Example

White with #302021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302021; }

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

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

background-color css

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

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

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

border-color css

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

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

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