Html Css Color HEX #33292A Aubergine

📋 copy color: '#33292A'

red 51 ◦ green 41 ◦ blue 42

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

Shades of Aubergine #33292A

Tints of Aubergine #33292A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.6%

 BLUE value IS 42 (16.8% from 255) = 31.34%

R = 38.06%
G = 30.6%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#33292A (or 0x33292A) is known color: Aubergine. HEX triplet: 33, 29 and 2A. RGB value is (51,41,42). Sum of RGB (Red+Green+Blue) = 51+41+42=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 51 - color contains mainly: red. Hex color #33292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33292A is #CCD6D5. Grayscale: #2C2C2C. Windows color (decimal): -13424342 or 2763059. OLE color: 2763059.

HSL color Cylindrical-coordinate representation of color #33292A: hue angle of 354º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #33292A is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 41 42 -
CMYK 0 0.20 0.18 0.8
HSL 354º 0.11% 0.18% -
HSV(B) 354º 0.2% 0.2% -
XYZ 2.58 2.46 2.53 -
YUV 44.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 51 41 42 0 0.20 0.18 0.8 354 0.11 0.18
Hex 33 29 2A 0 14 12 50 162 B 12
Octal 63 51 52 0 24 22 120 542 13 22
Binary 110011 101001 101010 0 10100 10010 1010000 101100010 1011 10010

Color Harmonies of #33292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33292A

Black with #33292A

Text Example


Text Example

White with #33292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33292A; }

 p { color: rgb(51,41,42); }

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

background-color css

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

 a { background-color: rgb(51,41,42); }

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

border-color css

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

 span { border-color: rgb(51,41,42); }

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