Html Css Color HEX #362125 Aubergine

📋 copy color: '#362125'

red 54 ◦ green 33 ◦ blue 37

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

Shades of Aubergine #362125

Tints of Aubergine #362125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.61%

 BLUE value IS 37 (14.84% from 255) = 29.84%

R = 43.55%
G = 26.61%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.79

RGB Variations

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

Color information

#362125 (or 0x362125) is known color: Aubergine. HEX triplet: 36, 21 and 25. RGB value is (54,33,37). Sum of RGB (Red+Green+Blue) = 54+33+37=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #362125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362125 is #C9DEDA. Grayscale: #272727. Windows color (decimal): -13229787 or 2433334. OLE color: 2433334.

HSL color Cylindrical-coordinate representation of color #362125: hue angle of 348.57º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #362125 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 33 37 -
CMYK 0 0.39 0.31 0.79
HSL 348.57º 0.24% 0.17% -
HSV(B) 348.57º 0.39% 0.21% -
XYZ 2.4 2.01 2.01 -
YUV 39.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 54 33 37 0 0.39 0.31 0.79 348.57 0.24 0.17
Hex 36 21 25 0 27 1F 4F 15D 18 11
Octal 66 41 45 0 47 37 117 535 30 21
Binary 110110 100001 100101 0 100111 11111 1001111 101011101 11000 10001

Color Harmonies of #362125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362125

Black with #362125

Text Example


Text Example

White with #362125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362125; }

 p { color: rgb(54,33,37); }

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

background-color css

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

 a { background-color: rgb(54,33,37); }

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

border-color css

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

 span { border-color: rgb(54,33,37); }

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