#38284F

Color #38284F Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #38284F

Tints of Cherry Pie #38284F

Color information

#38284F (or 0x38284F) is unknown color: approx Cherry Pie. HEX triplet: 38, 28 and 4F. RGB value is (56,40,79). Sum of RGB (Red+Green+Blue) = 56+40+79=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #38284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38284F is #C7D7B0. Grayscale: #313131. Windows color (decimal): -13096881 or 5187640. OLE color: 5187640.

HSL color Cylindrical-coordinate representation of color #38284F: hue angle of 264.62º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38284F is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB564079-
CMYK0.290.4900.69
HSL264.62º32.77%23.33%-
HSV(B)264.62º49.37%30.98%-
XYZ3.82.927.76-
YUV49.23144.8132.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 79 (31.25% from 255) = 45.14%
R=32%
G=22.86%
B=45.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5640790.290.4900.69264.6232.7723.33
Hex38284F1D310451092117
Octal7050117356101054114127
Binary1110001010001001111111011100010100010110000100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38284F; }

 p { color: rgb(56,40,79); }

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

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

 a { background-color: rgb(56,40,79); }

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

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

 span { border-color: rgb(56,40,79); }

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