Html Css Color HEX #383237 Melanzane

📋 copy color: '#383237'

red 56 ◦ green 50 ◦ blue 55

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

Shades of Melanzane #383237

Tints of Melanzane #383237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.06%

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

R = 34.78%
G = 31.06%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#383237 (or 0x383237) is known color: Melanzane. HEX triplet: 38, 32 and 37. RGB value is (56,50,55). Sum of RGB (Red+Green+Blue) = 56+50+55=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 56 - color contains mainly: red. Hex color #383237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383237 is #C7CDC8. Grayscale: #343434. Windows color (decimal): -13094345 or 3617336. OLE color: 3617336.

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

Color convert

RGB 56 50 55 -
CMYK 0 0.11 0.02 0.78
HSL 310º 0.06% 0.21% -
HSV(B) 310º 0.11% 0.22% -
XYZ 3.46 3.4 4.09 -
YUV 52.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 56 50 55 0 0.11 0.02 0.78 310 0.06 0.21
Hex 38 32 37 0 B 2 4E 136 6 15
Octal 70 62 67 0 13 2 116 466 6 25
Binary 111000 110010 110111 0 1011 10 1001110 100110110 110 10101

Color Harmonies of #383237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383237

Black with #383237

Text Example


Text Example

White with #383237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383237; }

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

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

background-color css

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

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

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

border-color css

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

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

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