Html Css Color HEX #3C262A Aubergine

📋 copy color: '#3C262A'

red 60 ◦ green 38 ◦ blue 42

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

Shades of Aubergine #3C262A

Tints of Aubergine #3C262A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.14%

 BLUE value IS 42 (16.8% from 255) = 30%

R = 42.86%
G = 27.14%
B = 30%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.3

 K value IS 0.76

RGB Variations

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

Color information

#3C262A (or 0x3C262A) is known color: Aubergine. HEX triplet: 3C, 26 and 2A. RGB value is (60,38,42). Sum of RGB (Red+Green+Blue) = 60+38+42=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 60 - color contains mainly: red. Hex color #3C262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C262A is #C3D9D5. Grayscale: #2D2D2D. Windows color (decimal): -12835286 or 2762300. OLE color: 2762300.

HSL color Cylindrical-coordinate representation of color #3C262A: hue angle of 349.09º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C262A is Cyan = 0, Magento = 0.37, Yellow = 0.3 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 38 42 -
CMYK 0 0.37 0.3 0.76
HSL 349.09º 0.22% 0.19% -
HSV(B) 349.09º 0.37% 0.24% -
XYZ 2.97 2.51 2.52 -
YUV 45.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 60 38 42 0 0.37 0.3 0.76 349.09 0.22 0.19
Hex 3C 26 2A 0 25 1E 4C 15D 16 13
Octal 74 46 52 0 45 36 114 535 26 23
Binary 111100 100110 101010 0 100101 11110 1001100 101011101 10110 10011

Color Harmonies of #3C262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C262A

Black with #3C262A

Text Example


Text Example

White with #3C262A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,38,42); }

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

background-color css

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

 a { background-color: rgb(60,38,42); }

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

border-color css

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

 span { border-color: rgb(60,38,42); }

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