Html Css Color HEX #37314B Cherry Pie

📋 copy color: '#37314B'

red 55 ◦ green 49 ◦ blue 75

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

Shades of Cherry Pie #37314B

Tints of Cherry Pie #37314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.9%

R = 30.73%
G = 27.37%
B = 41.9%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37314B (or 0x37314B) is known color: Cherry Pie. HEX triplet: 37, 31 and 4B. RGB value is (55,49,75). Sum of RGB (Red+Green+Blue) = 55+49+75=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 75 - color contains mainly: blue. Hex color #37314B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37314B is #C8CEB4. Grayscale: #353535. Windows color (decimal): -13160117 or 4927799. OLE color: 4927799.

HSL color Cylindrical-coordinate representation of color #37314B: hue angle of 253.85º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #37314B is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 49 75 -
CMYK 0.27 0.35 0 0.71
HSL 253.85º 0.21% 0.24% -
HSV(B) 253.85º 0.35% 0.29% -
XYZ 3.94 3.52 7.13 -
YUV 53.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 55 49 75 0.27 0.35 0 0.71 253.85 0.21 0.24
Hex 37 31 4B 1B 23 0 47 FE 15 18
Octal 67 61 113 33 43 0 107 376 25 30
Binary 110111 110001 1001011 11011 100011 0 1000111 11111110 10101 11000

Color Harmonies of #37314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37314B

Black with #37314B

Text Example


Text Example

White with #37314B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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