Html Css Color HEX #362C2E Aubergine

📋 copy color: '#362C2E'

red 54 ◦ green 44 ◦ blue 46

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

Shades of Aubergine #362C2E

Tints of Aubergine #362C2E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.56%

 BLUE value IS 46 (18.36% from 255) = 31.94%

R = 37.5%
G = 30.56%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#362C2E (or 0x362C2E) is known color: Aubergine. HEX triplet: 36, 2C and 2E. RGB value is (54,44,46). Sum of RGB (Red+Green+Blue) = 54+44+46=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 54 - color contains mainly: red. Hex color #362C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C2E is #C9D3D1. Grayscale: #2F2F2F. Windows color (decimal): -13226962 or 3025974. OLE color: 3025974.

HSL color Cylindrical-coordinate representation of color #362C2E: hue angle of 348º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #362C2E is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 44 46 -
CMYK 0 0.19 0.15 0.79
HSL 348º 0.1% 0.19% -
HSV(B) 348º 0.19% 0.21% -
XYZ 2.92 2.78 2.97 -
YUV 47.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 54 44 46 0 0.19 0.15 0.79 348 0.1 0.19
Hex 36 2C 2E 0 13 F 4F 15C A 13
Octal 66 54 56 0 23 17 117 534 12 23
Binary 110110 101100 101110 0 10011 1111 1001111 101011100 1010 10011

Color Harmonies of #362C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362C2E

Black with #362C2E

Text Example


Text Example

White with #362C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362C2E; }

 p { color: rgb(54,44,46); }

 H1.HeaderClassName
 {
   color: #362C2E;
 }
 .AnyTagClassName
 {
   color: #362C2E;
 }
</style>

background-color css

<style>
 a { background-color: #362C2E; }

 a { background-color: rgb(54,44,46); }

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

border-color css

<style>
 span { border-color: #362C2E; }

 span { border-color: rgb(54,44,46); }

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