Html Css Color HEX #3B262B Aubergine

📋 copy color: '#3B262B'

red 59 ◦ green 38 ◦ blue 43

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

Shades of Aubergine #3B262B

Tints of Aubergine #3B262B

RGB

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

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

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

R = 42.14%
G = 27.14%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.77

RGB Variations

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

Color information

#3B262B (or 0x3B262B) is known color: Aubergine. HEX triplet: 3B, 26 and 2B. RGB value is (59,38,43). Sum of RGB (Red+Green+Blue) = 59+38+43=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 59 - color contains mainly: red. Hex color #3B262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B262B is #C4D9D4. Grayscale: #2C2C2C. Windows color (decimal): -12900821 or 2827835. OLE color: 2827835.

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

Color convert

RGB 59 38 43 -
CMYK 0 0.36 0.27 0.77
HSL 345.71º 0.22% 0.19% -
HSV(B) 345.71º 0.36% 0.23% -
XYZ 2.93 2.49 2.61 -
YUV 44.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 59 38 43 0 0.36 0.27 0.77 345.71 0.22 0.19
Hex 3B 26 2B 0 24 1B 4D 15A 16 13
Octal 73 46 53 0 44 33 115 532 26 23
Binary 111011 100110 101011 0 100100 11011 1001101 101011010 10110 10011

Color Harmonies of #3B262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B262B

Black with #3B262B

Text Example


Text Example

White with #3B262B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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