Html Css Color HEX #3C262B Aubergine

📋 copy color: '#3C262B'

red 60 ◦ green 38 ◦ blue 43

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

Shades of Aubergine #3C262B

Tints of Aubergine #3C262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.5%

R = 42.55%
G = 26.95%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.76

RGB Variations

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

Color information

#3C262B (or 0x3C262B) is known color: Aubergine. HEX triplet: 3C, 26 and 2B. RGB value is (60,38,43). Sum of RGB (Red+Green+Blue) = 60+38+43=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 60 - color contains mainly: red. Hex color #3C262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C262B is #C3D9D4. Grayscale: #2D2D2D. Windows color (decimal): -12835285 or 2827836. OLE color: 2827836.

HSL color Cylindrical-coordinate representation of color #3C262B: hue angle of 346.36º 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 #3C262B is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 38 43 -
CMYK 0 0.37 0.28 0.76
HSL 346.36º 0.22% 0.19% -
HSV(B) 346.36º 0.37% 0.24% -
XYZ 2.99 2.52 2.61 -
YUV 45.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 60 38 43 0 0.37 0.28 0.76 346.36 0.22 0.19
Hex 3C 26 2B 0 25 1C 4C 15A 16 13
Octal 74 46 53 0 45 34 114 532 26 23
Binary 111100 100110 101011 0 100101 11100 1001100 101011010 10110 10011

Color Harmonies of #3C262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C262B

Black with #3C262B

Text Example


Text Example

White with #3C262B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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