Html Css Color HEX #3C282D Aubergine

📋 copy color: '#3C282D'

red 60 ◦ green 40 ◦ blue 45

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

Shades of Aubergine #3C282D

Tints of Aubergine #3C282D

RGB

 RED value IS 60 (23.83% from 255) = 41.38%

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

 BLUE value IS 45 (17.97% from 255) = 31.03%

R = 41.38%
G = 27.59%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#3C282D (or 0x3C282D) is known color: Aubergine. HEX triplet: 3C, 28 and 2D. RGB value is (60,40,45). Sum of RGB (Red+Green+Blue) = 60+40+45=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 60 - color contains mainly: red. Hex color #3C282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C282D is #C3D7D2. Grayscale: #2E2E2E. Windows color (decimal): -12834771 or 2959420. OLE color: 2959420.

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

Color convert

RGB 60 40 45 -
CMYK 0 0.33 0.25 0.76
HSL 345º 0.2% 0.2% -
HSV(B) 345º 0.33% 0.24% -
XYZ 3.1 2.67 2.83 -
YUV 46.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 60 40 45 0 0.33 0.25 0.76 345 0.2 0.2
Hex 3C 28 2D 0 21 19 4C 159 14 14
Octal 74 50 55 0 41 31 114 531 24 24
Binary 111100 101000 101101 0 100001 11001 1001100 101011001 10100 10100

Color Harmonies of #3C282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C282D

Black with #3C282D

Text Example


Text Example

White with #3C282D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,40,45); }

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

background-color css

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

 a { background-color: rgb(60,40,45); }

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

border-color css

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

 span { border-color: rgb(60,40,45); }

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