Html Css Color HEX #382C4D Cherry Pie

📋 copy color: '#382C4D'

red 56 ◦ green 44 ◦ blue 77

#382C4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherry Pie #382C4D

Tints of Cherry Pie #382C4D

RGB

 RED value IS 56 (22.27% from 255) = 31.64%

 GREEN value IS 44 (17.58% from 255) = 24.86%

 BLUE value IS 77 (30.47% from 255) = 43.5%

R = 31.64%
G = 24.86%
B = 43.5%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#382C4D (or 0x382C4D) is known color: Cherry Pie. HEX triplet: 38, 2C and 4D. RGB value is (56,44,77). Sum of RGB (Red+Green+Blue) = 56+44+77=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #382C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C4D is #C7D3B2. Grayscale: #333333. Windows color (decimal): -13095859 or 5057592. OLE color: 5057592.

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

Color convert

RGB 56 44 77 -
CMYK 0.27 0.43 0 0.70
HSL 261.82º 0.27% 0.24% -
HSV(B) 261.82º 0.43% 0.3% -
XYZ 3.87 3.18 7.43 -
YUV 51.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 56 44 77 0.27 0.43 0 0.70 261.82 0.27 0.24
Hex 38 2C 4D 1B 2B 0 46 106 1B 18
Octal 70 54 115 33 53 0 106 406 33 30
Binary 111000 101100 1001101 11011 101011 0 1000110 100000110 11011 11000

Color Harmonies of #382C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C4D

Black with #382C4D

Text Example


Text Example

White with #382C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #382C4D;
 }
 .AnyTagClassName
 {
   color: #382C4D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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