#383256

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

Shades of Cherry Pie #383256

Tints of Cherry Pie #383256

Color information

#383256 (or 0x383256) is unknown color: approx Cherry Pie. HEX triplet: 38, 32 and 56. RGB value is (56,50,86). Sum of RGB (Red+Green+Blue) = 56+50+86=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #383256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383256 is #C7CDA9. Grayscale: #373737. Windows color (decimal): -13094314 or 5648952. OLE color: 5648952.

HSL color Cylindrical-coordinate representation of color #383256: hue angle of 250º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #383256 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB565086-
CMYK0.350.4200.66
HSL250º26.47%26.67%-
HSV(B)250º41.86%33.73%-
XYZ4.453.799.3-
YUV55.9144.99128.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 50 (19.92% from 255) = 26.04%
BLUE value IS 86 (33.98% from 255) = 44.79%
R=29.17%
G=26.04%
B=44.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5650860.350.4200.6625026.4726.67
Hex383256232A042fa1a1b
Octal7062126435201023723233
Binary111000110010101011010001110101001000010111110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383256; }

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

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

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

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

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

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

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

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