#373334

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

Shades of Aubergine #373334

Tints of Aubergine #373334

Color information

#373334 (or 0x373334) is unknown color: approx Aubergine. HEX triplet: 37, 33 and 34. RGB value is (55,51,52). Sum of RGB (Red+Green+Blue) = 55+51+52=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 55 - color contains mainly: red. Hex color #373334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373334 is #C8CCCB. Grayscale: #343434. Windows color (decimal): -13159628 or 3420983. OLE color: 3420983.

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

Color convert

RGB555152-
CMYK00.070.050.78
HSL345º3.77%20.78%-
HSV(B)345º7.27%21.57%-
XYZ3.383.433.73-
YUV52.31127.83129.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 52 (20.70% from 255) = 32.91%
R=34.81%
G=32.28%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55515200.070.050.783453.7720.78
Hex3733340754E159415
Octal676364075116531425
Binary1101111100111101000111101100111010101100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373334; }

 p { color: rgb(55,51,52); }

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

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

 a { background-color: rgb(55,51,52); }

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

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

 span { border-color: rgb(55,51,52); }

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