Html Css Color HEX #362A2D Aubergine

📋 copy color: '#362A2D'

red 54 ◦ green 42 ◦ blue 45

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

Shades of Aubergine #362A2D

Tints of Aubergine #362A2D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.79%

 BLUE value IS 45 (17.97% from 255) = 31.91%

R = 38.3%
G = 29.79%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#362A2D (or 0x362A2D) is known color: Aubergine. HEX triplet: 36, 2A and 2D. RGB value is (54,42,45). Sum of RGB (Red+Green+Blue) = 54+42+45=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 54 - color contains mainly: red. Hex color #362A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A2D is #C9D5D2. Grayscale: #2D2D2D. Windows color (decimal): -13227475 or 2959926. OLE color: 2959926.

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

Color convert

RGB 54 42 45 -
CMYK 0 0.22 0.17 0.79
HSL 345º 0.13% 0.19% -
HSV(B) 345º 0.22% 0.21% -
XYZ 2.82 2.63 2.84 -
YUV 45.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 54 42 45 0 0.22 0.17 0.79 345 0.13 0.19
Hex 36 2A 2D 0 16 11 4F 159 C 13
Octal 66 52 55 0 26 21 117 531 14 23
Binary 110110 101010 101101 0 10110 10001 1001111 101011001 1100 10011

Color Harmonies of #362A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362A2D

Black with #362A2D

Text Example


Text Example

White with #362A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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