Html Css Color HEX #34272A Aubergine

📋 copy color: '#34272A'

red 52 ◦ green 39 ◦ blue 42

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

Shades of Aubergine #34272A

Tints of Aubergine #34272A

RGB

 RED value IS 52 (20.7% from 255) = 39.1%

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

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

R = 39.1%
G = 29.32%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#34272A (or 0x34272A) is known color: 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

RGB 52 39 42 -
CMYK 0 0.25 0.19 0.80
HSL 346.15º 0.14% 0.18% -
HSV(B) 346.15º 0.25% 0.2% -
XYZ 2.56 2.35 2.51 -
YUV 43.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 52 39 42 0 0.25 0.19 0.80 346.15 0.14 0.18
Hex 34 27 2A 0 19 13 50 15A E 12
Octal 64 47 52 0 31 23 120 532 16 22
Binary 110100 100111 101010 0 11001 10011 1010000 101011010 1110 10010

Color Harmonies of #34272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34272A

Black with #34272A

Text Example


Text Example

White with #34272A

Text Example


Text Example

HTML Codes & Css Web 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>