Html Css Color HEX #301D20 Aubergine

📋 copy color: '#301D20'

red 48 ◦ green 29 ◦ blue 32

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

Shades of Aubergine #301D20

Tints of Aubergine #301D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.61%

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

R = 44.04%
G = 26.61%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#301D20 (or 0x301D20) is known color: Aubergine. HEX triplet: 30, 1D and 20. RGB value is (48,29,32). Sum of RGB (Red+Green+Blue) = 48+29+32=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #301D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D20 is #CFE2DF. Grayscale: #232323. Windows color (decimal): -13624032 or 2104624. OLE color: 2104624.

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

Color convert

RGB 48 29 32 -
CMYK 0 0.40 0.33 0.81
HSL 350.53º 0.25% 0.15% -
HSV(B) 350.53º 0.4% 0.19% -
XYZ 1.92 1.61 1.58 -
YUV 35.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 48 29 32 0 0.40 0.33 0.81 350.53 0.25 0.15
Hex 30 1D 20 0 28 21 51 15F 19 F
Octal 60 35 40 0 50 41 121 537 31 17
Binary 110000 11101 100000 0 101000 100001 1010001 101011111 11001 1111

Color Harmonies of #301D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D20

Black with #301D20

Text Example


Text Example

White with #301D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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