#383053

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

Shades of Cherry Pie #383053

Tints of Cherry Pie #383053

Color information

#383053 (or 0x383053) is unknown color: approx Cherry Pie. HEX triplet: 38, 30 and 53. RGB value is (56,48,83). Sum of RGB (Red+Green+Blue) = 56+48+83=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #383053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383053 is #C7CFAC. Grayscale: #363636. Windows color (decimal): -13094829 or 5451832. OLE color: 5451832.

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

Color convert

RGB564883-
CMYK0.330.4200.67
HSL253.71º26.72%25.69%-
HSV(B)253.71º42.17%32.55%-
XYZ4.253.588.65-
YUV54.38144.15129.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=29.95%
G=25.67%
B=44.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5648830.330.4200.67253.7126.7225.69
Hex383053212A043fe1b1a
Octal7060123415201033763332
Binary111000110000101001110000110101001000011111111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383053; }

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

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

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

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

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

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

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

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