Html Css Color HEX #383337 Melanzane

📋 copy color: '#383337'

red 56 ◦ green 51 ◦ blue 55

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

Shades of Melanzane #383337

Tints of Melanzane #383337

RGB

 RED value IS 56 (22.27% from 255) = 34.57%

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

 BLUE value IS 55 (21.88% from 255) = 33.95%

R = 34.57%
G = 31.48%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#383337 (or 0x383337) is known color: Melanzane. HEX triplet: 38, 33 and 37. RGB value is (56,51,55). Sum of RGB (Red+Green+Blue) = 56+51+55=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 56 - color contains mainly: red. Hex color #383337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383337 is #C7CCC8. Grayscale: #343434. Windows color (decimal): -13094089 or 3617592. OLE color: 3617592.

HSL color Cylindrical-coordinate representation of color #383337: hue angle of 312º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #383337 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 51 55 -
CMYK 0 0.09 0.02 0.78
HSL 312º 0.05% 0.21% -
HSV(B) 312º 0.09% 0.22% -
XYZ 3.5 3.48 4.1 -
YUV 52.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 56 51 55 0 0.09 0.02 0.78 312 0.05 0.21
Hex 38 33 37 0 9 2 4E 138 5 15
Octal 70 63 67 0 11 2 116 470 5 25
Binary 111000 110011 110111 0 1001 10 1001110 100111000 101 10101

Color Harmonies of #383337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383337

Black with #383337

Text Example


Text Example

White with #383337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383337; }

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

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

background-color css

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

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

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

border-color css

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

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

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