#38324C

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

Shades of Cherry Pie #38324C

Tints of Cherry Pie #38324C

Color information

#38324C (or 0x38324C) is unknown color: approx Cherry Pie. HEX triplet: 38, 32 and 4C. RGB value is (56,50,76). Sum of RGB (Red+Green+Blue) = 56+50+76=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #38324C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38324C is #C7CDB3. Grayscale: #363636. Windows color (decimal): -13094324 or 4993592. OLE color: 4993592.

HSL color Cylindrical-coordinate representation of color #38324C: hue angle of 253.85º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #38324C is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB565076-
CMYK0.260.3400.70
HSL253.85º20.63%24.71%-
HSV(B)253.85º34.21%29.8%-
XYZ4.083.647.33-
YUV54.76139.99128.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.77%
GREEN value IS 50 (19.92% from 255) = 27.47%
BLUE value IS 76 (30.08% from 255) = 41.76%
R=30.77%
G=27.47%
B=41.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5650760.260.3400.70253.8520.6324.71
Hex38324C1A22046fe1519
Octal7062114324201063762531
Binary11100011001010011001101010001001000110111111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38324C; }

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

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

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

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

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

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

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

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