#382B4D

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

Shades of Cherry Pie #382B4D

Tints of Cherry Pie #382B4D

Color information

#382B4D (or 0x382B4D) is unknown color: approx Cherry Pie. HEX triplet: 38, 2B and 4D. RGB value is (56,43,77). Sum of RGB (Red+Green+Blue) = 56+43+77=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #382B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382B4D is #C7D4B2. Grayscale: #323232. Windows color (decimal): -13096115 or 5057336. OLE color: 5057336.

HSL color Cylindrical-coordinate representation of color #382B4D: hue angle of 262.94º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #382B4D is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB564377-
CMYK0.270.4400.70
HSL262.94º28.33%23.53%-
HSV(B)262.94º44.16%30.2%-
XYZ3.833.17.42-
YUV50.76142.81131.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 43 (17.19% from 255) = 24.43%
BLUE value IS 77 (30.47% from 255) = 43.75%
R=31.82%
G=24.43%
B=43.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5643770.270.4400.70262.9428.3323.53
Hex382B4D1B2C0461071c18
Octal7053115335401064073430
Binary111000101011100110111011101100010001101000001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,43,77); }

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

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

 a { background-color: rgb(56,43,77); }

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

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

 span { border-color: rgb(56,43,77); }

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