Html Css Color HEX #372F51 Cherry Pie

📋 copy color: '#372F51'

red 55 ◦ green 47 ◦ blue 81

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

Shades of Cherry Pie #372F51

Tints of Cherry Pie #372F51

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.68%

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

R = 30.05%
G = 25.68%
B = 44.26%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#372F51 (or 0x372F51) is known color: Cherry Pie. HEX triplet: 37, 2F and 51. RGB value is (55,47,81). Sum of RGB (Red+Green+Blue) = 55+47+81=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 81 - color contains mainly: blue. Hex color #372F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F51 is #C8D0AE. Grayscale: #353535. Windows color (decimal): -13160623 or 5320503. OLE color: 5320503.

HSL color Cylindrical-coordinate representation of color #372F51: hue angle of 254.12º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #372F51 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 47 81 -
CMYK 0.32 0.42 0 0.68
HSL 254.12º 0.27% 0.25% -
HSV(B) 254.12º 0.42% 0.32% -
XYZ 4.08 3.44 8.23 -
YUV 53.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 55 47 81 0.32 0.42 0 0.68 254.12 0.27 0.25
Hex 37 2F 51 20 2A 0 44 FE 1B 19
Octal 67 57 121 40 52 0 104 376 33 31
Binary 110111 101111 1010001 100000 101010 0 1000100 11111110 11011 11001

Color Harmonies of #372F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F51

Black with #372F51

Text Example


Text Example

White with #372F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372F51; }

 p { color: rgb(55,47,81); }

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

background-color css

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

 a { background-color: rgb(55,47,81); }

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

border-color css

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

 span { border-color: rgb(55,47,81); }

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