Html Css Color HEX #362E30 Aubergine

📋 copy color: '#362E30'

red 54 ◦ green 46 ◦ blue 48

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

Shades of Aubergine #362E30

Tints of Aubergine #362E30

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.08%

 BLUE value IS 48 (19.14% from 255) = 32.43%

R = 36.49%
G = 31.08%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#362E30 (or 0x362E30) is known color: Aubergine. HEX triplet: 36, 2E and 30. RGB value is (54,46,48). Sum of RGB (Red+Green+Blue) = 54+46+48=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 54 - color contains mainly: red. Hex color #362E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E30 is #C9D1CF. Grayscale: #303030. Windows color (decimal): -13226448 or 3157558. OLE color: 3157558.

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

Color convert

RGB 54 46 48 -
CMYK 0 0.15 0.11 0.79
HSL 345º 0.08% 0.2% -
HSV(B) 345º 0.15% 0.21% -
XYZ 3.03 2.95 3.21 -
YUV 48.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 54 46 48 0 0.15 0.11 0.79 345 0.08 0.2
Hex 36 2E 30 0 F B 4F 159 8 14
Octal 66 56 60 0 17 13 117 531 10 24
Binary 110110 101110 110000 0 1111 1011 1001111 101011001 1000 10100

Color Harmonies of #362E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362E30

Black with #362E30

Text Example


Text Example

White with #362E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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