Html Css Color HEX #31284F Cherry Pie

📋 copy color: '#31284F'

red 49 ◦ green 40 ◦ blue 79

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

Shades of Cherry Pie #31284F

Tints of Cherry Pie #31284F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 47.02%

R = 29.17%
G = 23.81%
B = 47.02%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31284F (or 0x31284F) is known color: Cherry Pie. HEX triplet: 31, 28 and 4F. RGB value is (49,40,79). Sum of RGB (Red+Green+Blue) = 49+40+79=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 79 - color contains mainly: blue. Hex color #31284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31284F is #CED7B0. Grayscale: #2E2E2E. Windows color (decimal): -13555633 or 5187633. OLE color: 5187633.

HSL color Cylindrical-coordinate representation of color #31284F: hue angle of 253.85º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31284F is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 40 79 -
CMYK 0.38 0.49 0 0.69
HSL 253.85º 0.33% 0.23% -
HSV(B) 253.85º 0.49% 0.31% -
XYZ 3.44 2.74 7.74 -
YUV 47.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 49 40 79 0.38 0.49 0 0.69 253.85 0.33 0.23
Hex 31 28 4F 26 31 0 45 FE 21 17
Octal 61 50 117 46 61 0 105 376 41 27
Binary 110001 101000 1001111 100110 110001 0 1000101 11111110 100001 10111

Color Harmonies of #31284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31284F

Black with #31284F

Text Example


Text Example

White with #31284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31284F; }

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

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

background-color css

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

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

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

border-color css

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

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

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