Html Css Color HEX #301D22 Aubergine

📋 copy color: '#301D22'

red 48 ◦ green 29 ◦ blue 34

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

Shades of Aubergine #301D22

Tints of Aubergine #301D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 30.63%

R = 43.24%
G = 26.13%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#301D22 (or 0x301D22) is known color: Aubergine. HEX triplet: 30, 1D and 22. RGB value is (48,29,34). Sum of RGB (Red+Green+Blue) = 48+29+34=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #301D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D22 is #CFE2DD. Grayscale: #232323. Windows color (decimal): -13624030 or 2235696. OLE color: 2235696.

HSL color Cylindrical-coordinate representation of color #301D22: hue angle of 344.21º 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 #301D22 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 29 34 -
CMYK 0 0.40 0.29 0.81
HSL 344.21º 0.25% 0.15% -
HSV(B) 344.21º 0.4% 0.19% -
XYZ 1.95 1.62 1.72 -
YUV 35.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 48 29 34 0 0.40 0.29 0.81 344.21 0.25 0.15
Hex 30 1D 22 0 28 1D 51 158 19 F
Octal 60 35 42 0 50 35 121 530 31 17
Binary 110000 11101 100010 0 101000 11101 1010001 101011000 11001 1111

Color Harmonies of #301D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D22

Black with #301D22

Text Example


Text Example

White with #301D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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