Html Css Color HEX #33272A Aubergine

📋 copy color: '#33272A'

red 51 ◦ green 39 ◦ blue 42

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

Shades of Aubergine #33272A

Tints of Aubergine #33272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.55%

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

R = 38.64%
G = 29.55%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#33272A (or 0x33272A) is known color: Aubergine. HEX triplet: 33, 27 and 2A. RGB value is (51,39,42). Sum of RGB (Red+Green+Blue) = 51+39+42=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 51 - color contains mainly: red. Hex color #33272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33272A is #CCD8D5. Grayscale: #2A2A2A. Windows color (decimal): -13424854 or 2762547. OLE color: 2762547.

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

Color convert

RGB 51 39 42 -
CMYK 0 0.24 0.18 0.8
HSL 345º 0.13% 0.18% -
HSV(B) 345º 0.24% 0.2% -
XYZ 2.51 2.32 2.51 -
YUV 42.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 51 39 42 0 0.24 0.18 0.8 345 0.13 0.18
Hex 33 27 2A 0 18 12 50 159 D 12
Octal 63 47 52 0 30 22 120 531 15 22
Binary 110011 100111 101010 0 11000 10010 1010000 101011001 1101 10010

Color Harmonies of #33272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33272A

Black with #33272A

Text Example


Text Example

White with #33272A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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