Html Css Color HEX #302226 Aubergine

📋 copy color: '#302226'

red 48 ◦ green 34 ◦ blue 38

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

Shades of Aubergine #302226

Tints of Aubergine #302226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 31.67%

R = 40%
G = 28.33%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#302226 (or 0x302226) is known color: Aubergine. HEX triplet: 30, 22 and 26. RGB value is (48,34,38). Sum of RGB (Red+Green+Blue) = 48+34+38=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #302226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302226 is #CFDDD9. Grayscale: #262626. Windows color (decimal): -13622746 or 2499120. OLE color: 2499120.

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

Color convert

RGB 48 34 38 -
CMYK 0 0.29 0.21 0.81
HSL 342.86º 0.17% 0.16% -
HSV(B) 342.86º 0.29% 0.19% -
XYZ 2.14 1.91 2.09 -
YUV 38.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 48 34 38 0 0.29 0.21 0.81 342.86 0.17 0.16
Hex 30 22 26 0 1D 15 51 157 11 10
Octal 60 42 46 0 35 25 121 527 21 20
Binary 110000 100010 100110 0 11101 10101 1010001 101010111 10001 10000

Color Harmonies of #302226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302226

Black with #302226

Text Example


Text Example

White with #302226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302226; }

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

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

background-color css

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

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

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

border-color css

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

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

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