Html Css Color HEX #3B2C2F Aubergine

📋 copy color: '#3B2C2F'

red 59 ◦ green 44 ◦ blue 47

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

Shades of Aubergine #3B2C2F

Tints of Aubergine #3B2C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.33%

R = 39.33%
G = 29.33%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.77

RGB Variations

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

Color information

#3B2C2F (or 0x3B2C2F) is known color: Aubergine. HEX triplet: 3B, 2C and 2F. RGB value is (59,44,47). Sum of RGB (Red+Green+Blue) = 59+44+47=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2C2F is #C4D3D0. Grayscale: #303030. Windows color (decimal): -12899281 or 3091515. OLE color: 3091515.

HSL color Cylindrical-coordinate representation of color #3B2C2F: hue angle of 348º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B2C2F is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 44 47 -
CMYK 0 0.25 0.20 0.77
HSL 348º 0.15% 0.2% -
HSV(B) 348º 0.25% 0.23% -
XYZ 3.22 2.94 3.09 -
YUV 48.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 59 44 47 0 0.25 0.20 0.77 348 0.15 0.2
Hex 3B 2C 2F 0 19 14 4D 15C F 14
Octal 73 54 57 0 31 24 115 534 17 24
Binary 111011 101100 101111 0 11001 10100 1001101 101011100 1111 10100

Color Harmonies of #3B2C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2C2F

Black with #3B2C2F

Text Example


Text Example

White with #3B2C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,44,47); }

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

background-color css

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

 a { background-color: rgb(59,44,47); }

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

border-color css

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

 span { border-color: rgb(59,44,47); }

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