Html Css Color HEX #302223 Aubergine

📋 copy color: '#302223'

red 48 ◦ green 34 ◦ blue 35

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

Shades of Aubergine #302223

Tints of Aubergine #302223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 29.91%

R = 41.03%
G = 29.06%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#302223 (or 0x302223) is known color: Aubergine. HEX triplet: 30, 22 and 23. RGB value is (48,34,35). Sum of RGB (Red+Green+Blue) = 48+34+35=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #302223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302223 is #CFDDDC. Grayscale: #262626. Windows color (decimal): -13622749 or 2302512. OLE color: 2302512.

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

Color convert

RGB 48 34 35 -
CMYK 0 0.29 0.27 0.81
HSL 355.71º 0.17% 0.16% -
HSV(B) 355.71º 0.29% 0.19% -
XYZ 2.09 1.89 1.85 -
YUV 38.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 48 34 35 0 0.29 0.27 0.81 355.71 0.17 0.16
Hex 30 22 23 0 1D 1B 51 164 11 10
Octal 60 42 43 0 35 33 121 544 21 20
Binary 110000 100010 100011 0 11101 11011 1010001 101100100 10001 10000

Color Harmonies of #302223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302223

Black with #302223

Text Example


Text Example

White with #302223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302223; }

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

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

background-color css

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

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

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

border-color css

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

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

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