#383050

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

Shades of Cherry Pie #383050

Tints of Cherry Pie #383050

Color information

#383050 (or 0x383050) is unknown color: approx Cherry Pie. HEX triplet: 38, 30 and 50. RGB value is (56,48,80). Sum of RGB (Red+Green+Blue) = 56+48+80=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #383050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383050 is #C7CFAF. Grayscale: #353535. Windows color (decimal): -13094832 or 5255224. OLE color: 5255224.

HSL color Cylindrical-coordinate representation of color #383050: hue angle of 255º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #383050 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB564880-
CMYK0.300.4000.69
HSL255º25%25.1%-
HSV(B)255º40%31.37%-
XYZ4.143.538.05-
YUV54.04142.65129.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 80 (31.64% from 255) = 43.48%
R=30.43%
G=26.09%
B=43.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5648800.300.4000.692552525.1
Hex3830501E28045ff1919
Octal7060120365001053773131
Binary11100011000010100001111010100001000101111111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383050; }

 p { color: rgb(56,48,80); }

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

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

 a { background-color: rgb(56,48,80); }

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

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

 span { border-color: rgb(56,48,80); }

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