Html Css Color HEX #301C20 Aubergine

📋 copy color: '#301C20'

red 48 ◦ green 28 ◦ blue 32

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

Shades of Aubergine #301C20

Tints of Aubergine #301C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.93%

 BLUE value IS 32 (12.89% from 255) = 29.63%

R = 44.44%
G = 25.93%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#301C20 (or 0x301C20) is known color: Aubergine. HEX triplet: 30, 1C and 20. RGB value is (48,28,32). Sum of RGB (Red+Green+Blue) = 48+28+32=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #301C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C20 is #CFE3DF. Grayscale: #222222. Windows color (decimal): -13624288 or 2104368. OLE color: 2104368.

HSL color Cylindrical-coordinate representation of color #301C20: hue angle of 348º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #301C20 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 28 32 -
CMYK 0 0.42 0.33 0.81
HSL 348º 0.26% 0.15% -
HSV(B) 348º 0.42% 0.19% -
XYZ 1.89 1.56 1.57 -
YUV 34.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 48 28 32 0 0.42 0.33 0.81 348 0.26 0.15
Hex 30 1C 20 0 2A 21 51 15C 1A F
Octal 60 34 40 0 52 41 121 534 32 17
Binary 110000 11100 100000 0 101010 100001 1010001 101011100 11010 1111

Color Harmonies of #301C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C20

Black with #301C20

Text Example


Text Example

White with #301C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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