Html Css Color HEX #3D262A Aubergine

📋 copy color: '#3D262A'

red 61 ◦ green 38 ◦ blue 42

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

Shades of Aubergine #3D262A

Tints of Aubergine #3D262A

RGB

 RED value IS 61 (24.22% from 255) = 43.26%

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

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

R = 43.26%
G = 26.95%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.76

RGB Variations

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

Color information

#3D262A (or 0x3D262A) is known color: Aubergine. HEX triplet: 3D, 26 and 2A. RGB value is (61,38,42). Sum of RGB (Red+Green+Blue) = 61+38+42=141 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.26% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 61 - color contains mainly: red. Hex color #3D262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D262A is #C2D9D5. Grayscale: #2D2D2D. Windows color (decimal): -12769750 or 2762301. OLE color: 2762301.

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

Color convert

RGB 61 38 42 -
CMYK 0 0.38 0.31 0.76
HSL 349.57º 0.23% 0.19% -
HSV(B) 349.57º 0.38% 0.24% -
XYZ 3.04 2.55 2.52 -
YUV 45.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 61 38 42 0 0.38 0.31 0.76 349.57 0.23 0.19
Hex 3D 26 2A 0 26 1F 4C 15E 17 13
Octal 75 46 52 0 46 37 114 536 27 23
Binary 111101 100110 101010 0 100110 11111 1001100 101011110 10111 10011

Color Harmonies of #3D262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D262A

Black with #3D262A

Text Example


Text Example

White with #3D262A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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