#423851

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

Shades of Grape #423851

Tints of Grape #423851

Color information

#423851 (or 0x423851) is unknown color: approx Grape. HEX triplet: 42, 38 and 51. RGB value is (66,56,81). Sum of RGB (Red+Green+Blue) = 66+56+81=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 81 - color contains mainly: blue. Hex color #423851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423851 is #BDC7AE. Grayscale: #3D3D3D. Windows color (decimal): -12437423 or 5322818. OLE color: 5322818.

HSL color Cylindrical-coordinate representation of color #423851: hue angle of 264º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #423851 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB665681-
CMYK0.190.3100.68
HSL264º18.25%26.86%-
HSV(B)264º30.86%31.76%-
XYZ5.154.588.4-
YUV61.84138.81130.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=32.51%
G=27.59%
B=39.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6656810.190.3100.6826418.2526.86
Hex423851131F044108121b
Octal10270121233701044102233
Binary100001011100010100011001111111010001001000010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423851; }

 p { color: rgb(66,56,81); }

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

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

 a { background-color: rgb(66,56,81); }

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

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

 span { border-color: rgb(66,56,81); }

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