Html Css Color HEX #34282B Aubergine

📋 copy color: '#34282B'

red 52 ◦ green 40 ◦ blue 43

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

Shades of Aubergine #34282B

Tints of Aubergine #34282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.63%

 BLUE value IS 43 (17.19% from 255) = 31.85%

R = 38.52%
G = 29.63%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.80

RGB Variations

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

Color information

#34282B (or 0x34282B) is known color: Aubergine. HEX triplet: 34, 28 and 2B. RGB value is (52,40,43). Sum of RGB (Red+Green+Blue) = 52+40+43=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 52 - color contains mainly: red. Hex color #34282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34282B is #CBD7D4. Grayscale: #2B2B2B. Windows color (decimal): -13359061 or 2828340. OLE color: 2828340.

HSL color Cylindrical-coordinate representation of color #34282B: hue angle of 345º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #34282B is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 40 43 -
CMYK 0 0.23 0.17 0.80
HSL 345º 0.13% 0.18% -
HSV(B) 345º 0.23% 0.2% -
XYZ 2.61 2.42 2.62 -
YUV 43.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 52 40 43 0 0.23 0.17 0.80 345 0.13 0.18
Hex 34 28 2B 0 17 11 50 159 D 12
Octal 64 50 53 0 27 21 120 531 15 22
Binary 110100 101000 101011 0 10111 10001 1010000 101011001 1101 10010

Color Harmonies of #34282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34282B

Black with #34282B

Text Example


Text Example

White with #34282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34282B; }

 p { color: rgb(52,40,43); }

 H1.HeaderClassName
 {
   color: #34282B;
 }
 .AnyTagClassName
 {
   color: #34282B;
 }
</style>

background-color css

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

 a { background-color: rgb(52,40,43); }

 div.DivClassName
 {
   background-color: #34282B;
 }
 .BgClassName
 {
   background-color: #34282B;
 }
</style>

border-color css

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

 span { border-color: rgb(52,40,43); }

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