Html Css Color HEX #3B272C Aubergine

📋 copy color: '#3B272C'

red 59 ◦ green 39 ◦ blue 44

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

Shades of Aubergine #3B272C

Tints of Aubergine #3B272C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.46%

 BLUE value IS 44 (17.58% from 255) = 30.99%

R = 41.55%
G = 27.46%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.77

RGB Variations

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

Color information

#3B272C (or 0x3B272C) is known color: Aubergine. HEX triplet: 3B, 27 and 2C. RGB value is (59,39,44). Sum of RGB (Red+Green+Blue) = 59+39+44=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 59 - color contains mainly: red. Hex color #3B272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B272C is #C4D8D3. Grayscale: #2D2D2D. Windows color (decimal): -12900564 or 2893627. OLE color: 2893627.

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

Color convert

RGB 59 39 44 -
CMYK 0 0.34 0.25 0.77
HSL 345º 0.2% 0.19% -
HSV(B) 345º 0.34% 0.23% -
XYZ 2.98 2.56 2.72 -
YUV 45.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 59 39 44 0 0.34 0.25 0.77 345 0.2 0.19
Hex 3B 27 2C 0 22 19 4D 159 14 13
Octal 73 47 54 0 42 31 115 531 24 23
Binary 111011 100111 101100 0 100010 11001 1001101 101011001 10100 10011

Color Harmonies of #3B272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B272C

Black with #3B272C

Text Example


Text Example

White with #3B272C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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