Html Css Color HEX #31274F Cherry Pie

📋 copy color: '#31274F'

red 49 ◦ green 39 ◦ blue 79

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

Shades of Cherry Pie #31274F

Tints of Cherry Pie #31274F

RGB

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

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

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

R = 29.34%
G = 23.35%
B = 47.31%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31274F (or 0x31274F) is known color: Cherry Pie. HEX triplet: 31, 27 and 4F. RGB value is (49,39,79). Sum of RGB (Red+Green+Blue) = 49+39+79=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #31274F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31274F is #CED8B0. Grayscale: #2E2E2E. Windows color (decimal): -13555889 or 5187377. OLE color: 5187377.

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

Color convert

RGB 49 39 79 -
CMYK 0.38 0.51 0 0.69
HSL 255º 0.34% 0.23% -
HSV(B) 255º 0.51% 0.31% -
XYZ 3.4 2.67 7.73 -
YUV 46.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 49 39 79 0.38 0.51 0 0.69 255 0.34 0.23
Hex 31 27 4F 26 33 0 45 FF 22 17
Octal 61 47 117 46 63 0 105 377 42 27
Binary 110001 100111 1001111 100110 110011 0 1000101 11111111 100010 10111

Color Harmonies of #31274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31274F

Black with #31274F

Text Example


Text Example

White with #31274F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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