#383133

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

Shades of Aubergine #383133

Tints of Aubergine #383133

Color information

#383133 (or 0x383133) is unknown color: approx Aubergine. HEX triplet: 38, 31 and 33. RGB value is (56,49,51). Sum of RGB (Red+Green+Blue) = 56+49+51=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 56 - color contains mainly: red. Hex color #383133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383133 is #C7CECC. Grayscale: #333333. Windows color (decimal): -13094605 or 3354936. OLE color: 3354936.

HSL color Cylindrical-coordinate representation of color #383133: hue angle of 342.86º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #383133 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB564951-
CMYK00.120.090.78
HSL342.86º6.67%20.59%-
HSV(B)342.86º12.5%21.96%-
XYZ3.333.283.59-
YUV51.32127.82131.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 51 (20.31% from 255) = 32.69%
R=35.90%
G=31.41%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56495100.120.090.78342.866.6720.59
Hex3831330C94E157715
Octal70616301411116527725
Binary111000110001110011011001001100111010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383133; }

 p { color: rgb(56,49,51); }

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

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

 a { background-color: rgb(56,49,51); }

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

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

 span { border-color: rgb(56,49,51); }

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