Html Css Color HEX #37314F Cherry Pie

📋 copy color: '#37314F'

red 55 ◦ green 49 ◦ blue 79

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

Shades of Cherry Pie #37314F

Tints of Cherry Pie #37314F

RGB

 RED value IS 55 (21.88% from 255) = 30.05%

 GREEN value IS 49 (19.53% from 255) = 26.78%

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

R = 30.05%
G = 26.78%
B = 43.17%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#37314F (or 0x37314F) is known color: Cherry Pie. HEX triplet: 37, 31 and 4F. RGB value is (55,49,79). Sum of RGB (Red+Green+Blue) = 55+49+79=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #37314F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37314F is #C8CEB0. Grayscale: #363636. Windows color (decimal): -13160113 or 5189943. OLE color: 5189943.

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

Color convert

RGB 55 49 79 -
CMYK 0.30 0.38 0 0.69
HSL 252º 0.23% 0.25% -
HSV(B) 252º 0.38% 0.31% -
XYZ 4.09 3.57 7.87 -
YUV 54.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 55 49 79 0.30 0.38 0 0.69 252 0.23 0.25
Hex 37 31 4F 1E 26 0 45 FC 17 19
Octal 67 61 117 36 46 0 105 374 27 31
Binary 110111 110001 1001111 11110 100110 0 1000101 11111100 10111 11001

Color Harmonies of #37314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37314F

Black with #37314F

Text Example


Text Example

White with #37314F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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