Html Css Color HEX #36282A Aubergine

📋 copy color: '#36282A'

red 54 ◦ green 40 ◦ blue 42

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

Shades of Aubergine #36282A

Tints of Aubergine #36282A

RGB

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

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

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

R = 39.71%
G = 29.41%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.79

RGB Variations

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

Color information

#36282A (or 0x36282A) is known color: Aubergine. HEX triplet: 36, 28 and 2A. RGB value is (54,40,42). Sum of RGB (Red+Green+Blue) = 54+40+42=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 54 - color contains mainly: red. Hex color #36282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36282A is #C9D7D5. Grayscale: #2C2C2C. Windows color (decimal): -13227990 or 2762806. OLE color: 2762806.

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

Color convert

RGB 54 40 42 -
CMYK 0 0.26 0.22 0.79
HSL 351.43º 0.15% 0.18% -
HSV(B) 351.43º 0.26% 0.21% -
XYZ 2.7 2.47 2.52 -
YUV 44.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 54 40 42 0 0.26 0.22 0.79 351.43 0.15 0.18
Hex 36 28 2A 0 1A 16 4F 15F F 12
Octal 66 50 52 0 32 26 117 537 17 22
Binary 110110 101000 101010 0 11010 10110 1001111 101011111 1111 10010

Color Harmonies of #36282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36282A

Black with #36282A

Text Example


Text Example

White with #36282A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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