#382C51

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

Shades of Cherry Pie #382C51

Tints of Cherry Pie #382C51

Color information

#382C51 (or 0x382C51) is unknown color: approx Cherry Pie. HEX triplet: 38, 2C and 51. RGB value is (56,44,81). Sum of RGB (Red+Green+Blue) = 56+44+81=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 81 - color contains mainly: blue. Hex color #382C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C51 is #C7D3AE. Grayscale: #333333. Windows color (decimal): -13095855 or 5319736. OLE color: 5319736.

HSL color Cylindrical-coordinate representation of color #382C51: hue angle of 259.46º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #382C51 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB564481-
CMYK0.310.4600.68
HSL259.46º29.6%24.51%-
HSV(B)259.46º45.68%31.76%-
XYZ4.023.248.2-
YUV51.81144.48130.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 44 (17.58% from 255) = 24.31%
BLUE value IS 81 (32.03% from 255) = 44.75%
R=30.94%
G=24.31%
B=44.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5644810.310.4600.68259.4629.624.51
Hex382C511F2E0441031e19
Octal7054121375601044033631
Binary111000101100101000111111101110010001001000000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382C51; }

 p { color: rgb(56,44,81); }

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

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

 a { background-color: rgb(56,44,81); }

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

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

 span { border-color: rgb(56,44,81); }

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