Html Css Color HEX #382950 Cherry Pie

📋 copy color: '#382950'

red 56 ◦ green 41 ◦ blue 80

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

Shades of Cherry Pie #382950

Tints of Cherry Pie #382950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

 BLUE value IS 80 (31.64% from 255) = 45.2%

R = 31.64%
G = 23.16%
B = 45.2%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#382950 (or 0x382950) is known color: Cherry Pie. HEX triplet: 38, 29 and 50. RGB value is (56,41,80). Sum of RGB (Red+Green+Blue) = 56+41+80=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #382950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382950 is #C7D6AF. Grayscale: #313131. Windows color (decimal): -13096624 or 5253432. OLE color: 5253432.

HSL color Cylindrical-coordinate representation of color #382950: hue angle of 263.08º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #382950 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 41 80 -
CMYK 0.30 0.49 0 0.69
HSL 263.08º 0.32% 0.24% -
HSV(B) 263.08º 0.49% 0.31% -
XYZ 3.87 3.01 7.97 -
YUV 49.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 56 41 80 0.30 0.49 0 0.69 263.08 0.32 0.24
Hex 38 29 50 1E 31 0 45 107 20 18
Octal 70 51 120 36 61 0 105 407 40 30
Binary 111000 101001 1010000 11110 110001 0 1000101 100000111 100000 11000

Color Harmonies of #382950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382950

Black with #382950

Text Example


Text Example

White with #382950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382950; }

 p { color: rgb(56,41,80); }

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

background-color css

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

 a { background-color: rgb(56,41,80); }

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

border-color css

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

 span { border-color: rgb(56,41,80); }

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