Html Css Color HEX #3B2325 Aubergine

📋 copy color: '#3B2325'

red 59 ◦ green 35 ◦ blue 37

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

Shades of Aubergine #3B2325

Tints of Aubergine #3B2325

RGB

 RED value IS 59 (23.44% from 255) = 45.04%

 GREEN value IS 35 (14.06% from 255) = 26.72%

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

R = 45.04%
G = 26.72%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.77

RGB Variations

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

Color information

#3B2325 (or 0x3B2325) is known color: Aubergine. HEX triplet: 3B, 23 and 25. RGB value is (59,35,37). Sum of RGB (Red+Green+Blue) = 59+35+37=131 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.04% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2325 is #C4DCDA. Grayscale: #2A2A2A. Windows color (decimal): -12901595 or 2433851. OLE color: 2433851.

HSL color Cylindrical-coordinate representation of color #3B2325: hue angle of 355º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B2325 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 35 37 -
CMYK 0 0.41 0.37 0.77
HSL 355º 0.26% 0.18% -
HSV(B) 355º 0.41% 0.23% -
XYZ 2.74 2.27 2.04 -
YUV 42.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 59 35 37 0 0.41 0.37 0.77 355 0.26 0.18
Hex 3B 23 25 0 29 25 4D 163 1A 12
Octal 73 43 45 0 51 45 115 543 32 22
Binary 111011 100011 100101 0 101001 100101 1001101 101100011 11010 10010

Color Harmonies of #3B2325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2325

Black with #3B2325

Text Example


Text Example

White with #3B2325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B2325; }

 p { color: rgb(59,35,37); }

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

background-color css

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

 a { background-color: rgb(59,35,37); }

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

border-color css

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

 span { border-color: rgb(59,35,37); }

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