Html Css Color HEX #312750 Cherry Pie

📋 copy color: '#312750'

red 49 ◦ green 39 ◦ blue 80

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

Shades of Cherry Pie #312750

Tints of Cherry Pie #312750

RGB

 RED value IS 49 (19.53% from 255) = 29.17%

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

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

R = 29.17%
G = 23.21%
B = 47.62%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#312750 (or 0x312750) is known color: Cherry Pie. HEX triplet: 31, 27 and 50. RGB value is (49,39,80). Sum of RGB (Red+Green+Blue) = 49+39+80=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #312750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312750 is #CED8AF. Grayscale: #2E2E2E. Windows color (decimal): -13555888 or 5252913. OLE color: 5252913.

HSL color Cylindrical-coordinate representation of color #312750: hue angle of 254.63º 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 #312750 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 39 80 -
CMYK 0.39 0.51 0 0.69
HSL 254.63º 0.34% 0.23% -
HSV(B) 254.63º 0.51% 0.31% -
XYZ 3.44 2.68 7.93 -
YUV 46.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 49 39 80 0.39 0.51 0 0.69 254.63 0.34 0.23
Hex 31 27 50 27 33 0 45 FF 22 17
Octal 61 47 120 47 63 0 105 377 42 27
Binary 110001 100111 1010000 100111 110011 0 1000101 11111111 100010 10111

Color Harmonies of #312750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312750

Black with #312750

Text Example


Text Example

White with #312750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312750; }

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

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

background-color css

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

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

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

border-color css

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

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

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