#383453

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

Shades of Cherry Pie #383453

Tints of Cherry Pie #383453

Color information

#383453 (or 0x383453) is unknown color: approx Cherry Pie. HEX triplet: 38, 34 and 53. RGB value is (56,52,83). Sum of RGB (Red+Green+Blue) = 56+52+83=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #383453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383453 is #C7CBAC. Grayscale: #383838. Windows color (decimal): -13093805 or 5452856. OLE color: 5452856.

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

Color convert

RGB565283-
CMYK0.330.3700.67
HSL247.74º22.96%26.47%-
HSV(B)247.74º37.35%32.55%-
XYZ4.423.928.71-
YUV56.73142.83127.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=29.32%
G=27.23%
B=43.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5652830.330.3700.67247.7422.9626.47
Hex3834532125043f8171a
Octal7064123414501033702732
Binary111000110100101001110000110010101000011111110001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383453; }

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

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

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

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

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

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

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

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