Html Css Color HEX #36242A Aubergine

📋 copy color: '#36242A'

red 54 ◦ green 36 ◦ blue 42

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

Shades of Aubergine #36242A

Tints of Aubergine #36242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.27%

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

R = 40.91%
G = 27.27%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.79

RGB Variations

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

Color information

#36242A (or 0x36242A) is known color: Aubergine. HEX triplet: 36, 24 and 2A. RGB value is (54,36,42). Sum of RGB (Red+Green+Blue) = 54+36+42=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #36242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36242A is #C9DBD5. Grayscale: #2A2A2A. Windows color (decimal): -13229014 or 2761782. OLE color: 2761782.

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

Color convert

RGB 54 36 42 -
CMYK 0 0.33 0.22 0.79
HSL 340º 0.2% 0.18% -
HSV(B) 340º 0.33% 0.21% -
XYZ 2.57 2.21 2.48 -
YUV 42.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 54 36 42 0 0.33 0.22 0.79 340 0.2 0.18
Hex 36 24 2A 0 21 16 4F 154 14 12
Octal 66 44 52 0 41 26 117 524 24 22
Binary 110110 100100 101010 0 100001 10110 1001111 101010100 10100 10010

Color Harmonies of #36242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36242A

Black with #36242A

Text Example


Text Example

White with #36242A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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