Html Css Color HEX #3F1C38 Melanzane

📋 copy color: '#3F1C38'

red 63 ◦ green 28 ◦ blue 56

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

Shades of Melanzane #3F1C38

Tints of Melanzane #3F1C38

RGB

 RED value IS 63 (25% from 255) = 42.86%

 GREEN value IS 28 (11.33% from 255) = 19.05%

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

R = 42.86%
G = 19.05%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#3F1C38 (or 0x3F1C38) is known color: Melanzane. HEX triplet: 3F, 1C and 38. RGB value is (63,28,56). Sum of RGB (Red+Green+Blue) = 63+28+56=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1C38 is #C0E3C7. Grayscale: #292929. Windows color (decimal): -12641224 or 3677247. OLE color: 3677247.

HSL color Cylindrical-coordinate representation of color #3F1C38: hue angle of 312º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F1C38 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 28 56 -
CMYK 0 0.56 0.11 0.75
HSL 312º 0.38% 0.18% -
HSV(B) 312º 0.56% 0.25% -
XYZ 3.18 2.17 3.99 -
YUV 41.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 63 28 56 0 0.56 0.11 0.75 312 0.38 0.18
Hex 3F 1C 38 0 38 B 4B 138 26 12
Octal 77 34 70 0 70 13 113 470 46 22
Binary 111111 11100 111000 0 111000 1011 1001011 100111000 100110 10010

Color Harmonies of #3F1C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1C38

Black with #3F1C38

Text Example


Text Example

White with #3F1C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,28,56); }

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

background-color css

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

 a { background-color: rgb(63,28,56); }

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

border-color css

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

 span { border-color: rgb(63,28,56); }

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