#34272A

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

Shades of Aubergine #34272A

Tints of Aubergine #34272A

Color information

#34272A (or 0x34272A) is unknown color: approx Aubergine. HEX triplet: 34, 27 and 2A. RGB value is (52,39,42). Sum of RGB (Red+Green+Blue) = 52+39+42=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 52 - color contains mainly: red. Hex color #34272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34272A is #CBD8D5. Grayscale: #2B2B2B. Windows color (decimal): -13359318 or 2762548. OLE color: 2762548.

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

Color convert

RGB523942-
CMYK00.250.190.80
HSL346.15º14.29%17.84%-
HSV(B)346.15º25%20.39%-
XYZ2.562.352.51-
YUV43.23127.31134.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=39.10%
G=29.32%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52394200.250.190.80346.1514.2917.84
Hex34272A019135015ae12
Octal644752031231205321622
Binary110100100111101010011001100111010000101011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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