Html Css Color HEX #383437 Melanzane

📋 copy color: '#383437'

red 56 ◦ green 52 ◦ blue 55

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

Shades of Melanzane #383437

Tints of Melanzane #383437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.9%

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

R = 34.36%
G = 31.9%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#383437 (or 0x383437) is known color: Melanzane. HEX triplet: 38, 34 and 37. RGB value is (56,52,55). Sum of RGB (Red+Green+Blue) = 56+52+55=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 56 - color contains mainly: red. Hex color #383437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383437 is #C7CBC8. Grayscale: #353535. Windows color (decimal): -13093833 or 3617848. OLE color: 3617848.

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

Color convert

RGB 56 52 55 -
CMYK 0 0.07 0.02 0.78
HSL 315º 0.04% 0.21% -
HSV(B) 315º 0.07% 0.22% -
XYZ 3.55 3.57 4.12 -
YUV 53.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 56 52 55 0 0.07 0.02 0.78 315 0.04 0.21
Hex 38 34 37 0 7 2 4E 13B 4 15
Octal 70 64 67 0 7 2 116 473 4 25
Binary 111000 110100 110111 0 111 10 1001110 100111011 100 10101

Color Harmonies of #383437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383437

Black with #383437

Text Example


Text Example

White with #383437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383437; }

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

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

background-color css

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

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

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

border-color css

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

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

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