Html Css Color HEX #3A3338 Melanzane

📋 copy color: '#3A3338'

red 58 ◦ green 51 ◦ blue 56

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

Shades of Melanzane #3A3338

Tints of Melanzane #3A3338

RGB

 RED value IS 58 (23.05% from 255) = 35.15%

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

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

R = 35.15%
G = 30.91%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.77

RGB Variations

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

Color information

#3A3338 (or 0x3A3338) is known color: Melanzane. HEX triplet: 3A, 33 and 38. RGB value is (58,51,56). Sum of RGB (Red+Green+Blue) = 58+51+56=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3338 is #C5CCC7. Grayscale: #353535. Windows color (decimal): -12963016 or 3683130. OLE color: 3683130.

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

Color convert

RGB 58 51 56 -
CMYK 0 0.12 0.03 0.77
HSL 317.14º 0.06% 0.21% -
HSV(B) 317.14º 0.12% 0.23% -
XYZ 3.64 3.55 4.24 -
YUV 53.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 58 51 56 0 0.12 0.03 0.77 317.14 0.06 0.21
Hex 3A 33 38 0 C 3 4D 13D 6 15
Octal 72 63 70 0 14 3 115 475 6 25
Binary 111010 110011 111000 0 1100 11 1001101 100111101 110 10101

Color Harmonies of #3A3338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3338

Black with #3A3338

Text Example


Text Example

White with #3A3338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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