Html Css Color HEX #3B3038 Melanzane

📋 copy color: '#3B3038'

red 59 ◦ green 48 ◦ blue 56

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

Shades of Melanzane #3B3038

Tints of Melanzane #3B3038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.45%

 BLUE value IS 56 (22.27% from 255) = 34.36%

R = 36.2%
G = 29.45%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#3B3038 (or 0x3B3038) is known color: Melanzane. HEX triplet: 3B, 30 and 38. RGB value is (59,48,56). Sum of RGB (Red+Green+Blue) = 59+48+56=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3038 is #C4CFC7. Grayscale: #343434. Windows color (decimal): -12898248 or 3682363. OLE color: 3682363.

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

Color convert

RGB 59 48 56 -
CMYK 0 0.19 0.05 0.77
HSL 316.36º 0.1% 0.21% -
HSV(B) 316.36º 0.19% 0.23% -
XYZ 3.57 3.33 4.2 -
YUV 52.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 59 48 56 0 0.19 0.05 0.77 316.36 0.1 0.21
Hex 3B 30 38 0 13 5 4D 13C A 15
Octal 73 60 70 0 23 5 115 474 12 25
Binary 111011 110000 111000 0 10011 101 1001101 100111100 1010 10101

Color Harmonies of #3B3038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3038

Black with #3B3038

Text Example


Text Example

White with #3B3038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,48,56); }

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

background-color css

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

 a { background-color: rgb(59,48,56); }

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

border-color css

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

 span { border-color: rgb(59,48,56); }

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