Html Css Color HEX #312850 Cherry Pie

📋 copy color: '#312850'

red 49 ◦ green 40 ◦ blue 80

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

Shades of Cherry Pie #312850

Tints of Cherry Pie #312850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.67%

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

R = 28.99%
G = 23.67%
B = 47.34%

CMYK

 C value IS 0.39

 M value IS 0.5

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#312850 (or 0x312850) is known color: Cherry Pie. HEX triplet: 31, 28 and 50. RGB value is (49,40,80). Sum of RGB (Red+Green+Blue) = 49+40+80=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #312850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312850 is #CED7AF. Grayscale: #2F2F2F. Windows color (decimal): -13555632 or 5253169. OLE color: 5253169.

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

Color convert

RGB 49 40 80 -
CMYK 0.39 0.5 0 0.69
HSL 253.5º 0.33% 0.24% -
HSV(B) 253.5º 0.5% 0.31% -
XYZ 3.47 2.75 7.94 -
YUV 47.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 49 40 80 0.39 0.5 0 0.69 253.5 0.33 0.24
Hex 31 28 50 27 32 0 45 FE 21 18
Octal 61 50 120 47 62 0 105 376 41 30
Binary 110001 101000 1010000 100111 110010 0 1000101 11111110 100001 11000

Color Harmonies of #312850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312850

Black with #312850

Text Example


Text Example

White with #312850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312850; }

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

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

background-color css

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

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

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

border-color css

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

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

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