#3F384E

Color #3F384E Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #3F384E

Tints of Grape #3F384E

Color information

#3F384E (or 0x3F384E) is unknown color: approx Grape. HEX triplet: 3F, 38 and 4E. RGB value is (63,56,78). Sum of RGB (Red+Green+Blue) = 63+56+78=197 (26% of max value = 765). Red value is 63 (25% from 255 or 31.98% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 78 - color contains mainly: blue. Hex color #3F384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F384E is #C0C7B1. Grayscale: #3C3C3C. Windows color (decimal): -12634034 or 5126207. OLE color: 5126207.

HSL color Cylindrical-coordinate representation of color #3F384E: hue angle of 259.09º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F384E is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB635678-
CMYK0.190.2800.69
HSL259.09º16.42%26.27%-
HSV(B)259.09º28.21%30.59%-
XYZ4.844.447.81-
YUV60.6137.82129.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.98%
GREEN value IS 56 (22.27% from 255) = 28.43%
BLUE value IS 78 (30.86% from 255) = 39.59%
R=31.98%
G=28.43%
B=39.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6356780.190.2800.69259.0916.4226.27
Hex3F384E131C045103101a
Octal7770116233401054032032
Binary11111111100010011101001111100010001011000000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F384E;
 }
 .AnyTagClassName
 {
   color: #3F384E;
 }
</style>
background-color css

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

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

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

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

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

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