Html Css Color HEX #3B282C Aubergine

📋 copy color: '#3B282C'

red 59 ◦ green 40 ◦ blue 44

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

Shades of Aubergine #3B282C

Tints of Aubergine #3B282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.97%

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

R = 41.26%
G = 27.97%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.77

RGB Variations

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

Color information

#3B282C (or 0x3B282C) is known color: Aubergine. HEX triplet: 3B, 28 and 2C. RGB value is (59,40,44). Sum of RGB (Red+Green+Blue) = 59+40+44=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 59 - color contains mainly: red. Hex color #3B282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B282C is #C4D7D3. Grayscale: #2E2E2E. Windows color (decimal): -12900308 or 2893883. OLE color: 2893883.

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

Color convert

RGB 59 40 44 -
CMYK 0 0.32 0.25 0.77
HSL 347.37º 0.19% 0.19% -
HSV(B) 347.37º 0.32% 0.23% -
XYZ 3.02 2.63 2.73 -
YUV 46.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 59 40 44 0 0.32 0.25 0.77 347.37 0.19 0.19
Hex 3B 28 2C 0 20 19 4D 15B 13 13
Octal 73 50 54 0 40 31 115 533 23 23
Binary 111011 101000 101100 0 100000 11001 1001101 101011011 10011 10011

Color Harmonies of #3B282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B282C

Black with #3B282C

Text Example


Text Example

White with #3B282C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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