Html Css Color HEX #382750 Cherry Pie

📋 copy color: '#382750'

red 56 ◦ green 39 ◦ blue 80

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

Shades of Cherry Pie #382750

Tints of Cherry Pie #382750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.29%

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

R = 32%
G = 22.29%
B = 45.71%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#382750 (or 0x382750) is known color: Cherry Pie. HEX triplet: 38, 27 and 50. RGB value is (56,39,80). Sum of RGB (Red+Green+Blue) = 56+39+80=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #382750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382750 is #C7D8AF. Grayscale: #303030. Windows color (decimal): -13097136 or 5252920. OLE color: 5252920.

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

Color convert

RGB 56 39 80 -
CMYK 0.30 0.51 0 0.69
HSL 264.88º 0.34% 0.23% -
HSV(B) 264.88º 0.51% 0.31% -
XYZ 3.8 2.87 7.94 -
YUV 48.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 56 39 80 0.30 0.51 0 0.69 264.88 0.34 0.23
Hex 38 27 50 1E 33 0 45 109 22 17
Octal 70 47 120 36 63 0 105 411 42 27
Binary 111000 100111 1010000 11110 110011 0 1000101 100001001 100010 10111

Color Harmonies of #382750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382750

Black with #382750

Text Example


Text Example

White with #382750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382750; }

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

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

background-color css

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

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

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

border-color css

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

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

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