Html Css Color HEX #332126 Aubergine

📋 copy color: '#332126'

red 51 ◦ green 33 ◦ blue 38

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

Shades of Aubergine #332126

Tints of Aubergine #332126

RGB

 RED value IS 51 (20.31% from 255) = 41.8%

 GREEN value IS 33 (13.28% from 255) = 27.05%

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

R = 41.8%
G = 27.05%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.8

RGB Variations

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

Color information

#332126 (or 0x332126) is known color: Aubergine. HEX triplet: 33, 21 and 26. RGB value is (51,33,38). Sum of RGB (Red+Green+Blue) = 51+33+38=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 51 - color contains mainly: red. Hex color #332126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332126 is #CCDED9. Grayscale: #262626. Windows color (decimal): -13426394 or 2498867. OLE color: 2498867.

HSL color Cylindrical-coordinate representation of color #332126: hue angle of 343.33º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #332126 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 33 38 -
CMYK 0 0.35 0.25 0.8
HSL 343.33º 0.21% 0.16% -
HSV(B) 343.33º 0.35% 0.2% -
XYZ 2.26 1.93 2.09 -
YUV 38.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 51 33 38 0 0.35 0.25 0.8 343.33 0.21 0.16
Hex 33 21 26 0 23 19 50 157 15 10
Octal 63 41 46 0 43 31 120 527 25 20
Binary 110011 100001 100110 0 100011 11001 1010000 101010111 10101 10000

Color Harmonies of #332126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332126

Black with #332126

Text Example


Text Example

White with #332126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332126; }

 p { color: rgb(51,33,38); }

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

background-color css

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

 a { background-color: rgb(51,33,38); }

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

border-color css

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

 span { border-color: rgb(51,33,38); }

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