#383450

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

Shades of Cherry Pie #383450

Tints of Cherry Pie #383450

Color information

#383450 (or 0x383450) is unknown color: approx Cherry Pie. HEX triplet: 38, 34 and 50. RGB value is (56,52,80). Sum of RGB (Red+Green+Blue) = 56+52+80=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #383450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383450 is #C7CBAF. Grayscale: #383838. Windows color (decimal): -13093808 or 5256248. OLE color: 5256248.

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

Color convert

RGB565280-
CMYK0.300.3500.69
HSL248.57º21.21%25.88%-
HSV(B)248.57º35%31.37%-
XYZ4.313.888.11-
YUV56.39141.33127.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.79%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=29.79%
G=27.66%
B=42.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5652800.300.3500.69248.5721.2125.88
Hex3834501E23045f9151a
Octal7064120364301053712532
Binary11100011010010100001111010001101000101111110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383450; }

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

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

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

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

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

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

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

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