#33262A

Color #33262A Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #33262A

Tints of Aubergine #33262A

Color information

#33262A (or 0x33262A) is unknown color: approx Aubergine. HEX triplet: 33, 26 and 2A. RGB value is (51,38,42). Sum of RGB (Red+Green+Blue) = 51+38+42=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 51 - color contains mainly: red. Hex color #33262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33262A is #CCD9D5. Grayscale: #2A2A2A. Windows color (decimal): -13425110 or 2762291. OLE color: 2762291.

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

Color convert

RGB513842-
CMYK00.250.180.8
HSL341.54º14.61%17.45%-
HSV(B)341.54º25.49%20%-
XYZ2.482.262.5-
YUV42.34127.81134.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.93%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 42 (16.80% from 255) = 32.06%
R=38.93%
G=29.01%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51384200.250.180.8341.5414.6117.45
Hex33262A0191250156f11
Octal634652031221205261721
Binary110011100110101010011001100101010000101010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33262A;
 }
 .AnyTagClassName
 {
   color: #33262A;
 }
</style>
background-color css

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

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

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

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

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

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