Html Css Color HEX #36272A Aubergine

📋 copy color: '#36272A'

red 54 ◦ green 39 ◦ blue 42

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

Shades of Aubergine #36272A

Tints of Aubergine #36272A

RGB

 RED value IS 54 (21.48% from 255) = 40%

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

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

R = 40%
G = 28.89%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.79

RGB Variations

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

Color information

#36272A (or 0x36272A) is known color: Aubergine. HEX triplet: 36, 27 and 2A. RGB value is (54,39,42). Sum of RGB (Red+Green+Blue) = 54+39+42=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #36272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36272A is #C9D8D5. Grayscale: #2B2B2B. Windows color (decimal): -13228246 or 2762550. OLE color: 2762550.

HSL color Cylindrical-coordinate representation of color #36272A: hue angle of 348º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #36272A is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 39 42 -
CMYK 0 0.28 0.22 0.79
HSL 348º 0.16% 0.18% -
HSV(B) 348º 0.28% 0.21% -
XYZ 2.66 2.4 2.51 -
YUV 43.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 54 39 42 0 0.28 0.22 0.79 348 0.16 0.18
Hex 36 27 2A 0 1C 16 4F 15C 10 12
Octal 66 47 52 0 34 26 117 534 20 22
Binary 110110 100111 101010 0 11100 10110 1001111 101011100 10000 10010

Color Harmonies of #36272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36272A

Black with #36272A

Text Example


Text Example

White with #36272A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36272A;
 }
 .AnyTagClassName
 {
   color: #36272A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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