Html Css Color HEX #312751 Cherry Pie

📋 copy color: '#312751'

red 49 ◦ green 39 ◦ blue 81

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

Shades of Cherry Pie #312751

Tints of Cherry Pie #312751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 47.93%

R = 28.99%
G = 23.08%
B = 47.93%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#312751 (or 0x312751) is known color: Cherry Pie. HEX triplet: 31, 27 and 51. RGB value is (49,39,81). Sum of RGB (Red+Green+Blue) = 49+39+81=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #312751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312751 is #CED8AE. Grayscale: #2E2E2E. Windows color (decimal): -13555887 or 5318449. OLE color: 5318449.

HSL color Cylindrical-coordinate representation of color #312751: hue angle of 254.29º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #312751 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 39 81 -
CMYK 0.40 0.52 0 0.68
HSL 254.29º 0.35% 0.24% -
HSV(B) 254.29º 0.52% 0.32% -
XYZ 3.48 2.7 8.12 -
YUV 46.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 49 39 81 0.40 0.52 0 0.68 254.29 0.35 0.24
Hex 31 27 51 28 34 0 44 FE 23 18
Octal 61 47 121 50 64 0 104 376 43 30
Binary 110001 100111 1010001 101000 110100 0 1000100 11111110 100011 11000

Color Harmonies of #312751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312751

Black with #312751

Text Example


Text Example

White with #312751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312751; }

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

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

background-color css

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

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

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

border-color css

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

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

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