Html Css Color HEX #302227 Aubergine

📋 copy color: '#302227'

red 48 ◦ green 34 ◦ blue 39

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

Shades of Aubergine #302227

Tints of Aubergine #302227

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.1%

 BLUE value IS 39 (15.63% from 255) = 32.23%

R = 39.67%
G = 28.1%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#302227 (or 0x302227) is known color: Aubergine. HEX triplet: 30, 22 and 27. RGB value is (48,34,39). Sum of RGB (Red+Green+Blue) = 48+34+39=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 48 - color contains mainly: red. Hex color #302227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302227 is #CFDDD8. Grayscale: #262626. Windows color (decimal): -13622745 or 2564656. OLE color: 2564656.

HSL color Cylindrical-coordinate representation of color #302227: hue angle of 338.57º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #302227 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 34 39 -
CMYK 0 0.29 0.19 0.81
HSL 338.57º 0.17% 0.16% -
HSV(B) 338.57º 0.29% 0.19% -
XYZ 2.16 1.92 2.18 -
YUV 38.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 48 34 39 0 0.29 0.19 0.81 338.57 0.17 0.16
Hex 30 22 27 0 1D 13 51 153 11 10
Octal 60 42 47 0 35 23 121 523 21 20
Binary 110000 100010 100111 0 11101 10011 1010001 101010011 10001 10000

Color Harmonies of #302227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302227

Black with #302227

Text Example


Text Example

White with #302227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302227; }

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

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

background-color css

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

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

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

border-color css

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

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

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