Html Css Color HEX #3B3338 Melanzane

📋 copy color: '#3B3338'

red 59 ◦ green 51 ◦ blue 56

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

Shades of Melanzane #3B3338

Tints of Melanzane #3B3338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.72%

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

R = 35.54%
G = 30.72%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#3B3338 (or 0x3B3338) is known color: Melanzane. HEX triplet: 3B, 33 and 38. RGB value is (59,51,56). Sum of RGB (Red+Green+Blue) = 59+51+56=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3338 is #C4CCC7. Grayscale: #353535. Windows color (decimal): -12897480 or 3683131. OLE color: 3683131.

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

Color convert

RGB 59 51 56 -
CMYK 0 0.14 0.05 0.77
HSL 322.5º 0.07% 0.22% -
HSV(B) 322.5º 0.14% 0.23% -
XYZ 3.7 3.58 4.24 -
YUV 53.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 59 51 56 0 0.14 0.05 0.77 322.5 0.07 0.22
Hex 3B 33 38 0 E 5 4D 142 7 16
Octal 73 63 70 0 16 5 115 502 7 26
Binary 111011 110011 111000 0 1110 101 1001101 101000010 111 10110

Color Harmonies of #3B3338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3338

Black with #3B3338

Text Example


Text Example

White with #3B3338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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